ArcFM Solution Developer Guide
AddingFiltersEventArgs Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal loadedFilters As System.Collections.Generic.IEnumerable(Of NameAlias), _
   ByVal parentWindow As System.Windows.Window _
)
'Usage
 
Dim loadedFilters As System.Collections.Generic.IEnumerable(Of NameAlias)
Dim parentWindow As System.Windows.Window
 
Dim instance As New AddingFiltersEventArgs(loadedFilters, parentWindow)
public AddingFiltersEventArgs( 
   System.Collections.Generic.IEnumerable<NameAlias> loadedFilters,
   System.Windows.Window parentWindow
)

Parameters

loadedFilters
parentWindow
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AddingFiltersEventArgs Class
AddingFiltersEventArgs Members

 

 


Send Comment