Intersoft ClientUI Documentation
UXGridViewAutoGeneratingColumnEventArgs Constructor
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewAutoGeneratingColumnEventArgs Class : UXGridViewAutoGeneratingColumnEventArgs Constructor






eventHandler
The AutoGeneratingColumn routed event.
propertyName
The name of the property bound to the generated column.
propertyType
The type of the property bound to the generated column.
column
The generated column.
Initializes a new instance of the UXGridViewAutoGeneratingColumnEventArgs.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal eventHandler As RoutedEvent, _
   ByVal propertyName As String, _
   ByVal propertyType As Type, _
   ByVal column As UXGridViewColumn _
)
Visual Basic (Usage)Copy Code
Dim eventHandler As RoutedEvent
Dim propertyName As String
Dim propertyType As Type
Dim column As UXGridViewColumn
 
Dim instance As New UXGridViewAutoGeneratingColumnEventArgs(eventHandler, propertyName, propertyType, column)
C# 
public UXGridViewAutoGeneratingColumnEventArgs( 
   RoutedEvent eventHandler,
   string propertyName,
   Type propertyType,
   UXGridViewColumn column
)
Delphi 
public UXGridViewAutoGeneratingColumnEventArgs( 
    eventHandler: RoutedEvent;
    propertyName: String;
    propertyType: Type;
    column: UXGridViewColumn
); 
JScript 
public function UXGridViewAutoGeneratingColumnEventArgs( 
   eventHandler : RoutedEvent,
   propertyName : String,
   propertyType : Type,
   column : UXGridViewColumn
);
Managed Extensions for C++ 
public: UXGridViewAutoGeneratingColumnEventArgs( 
   RoutedEvent* eventHandler,
   string* propertyName,
   Type* propertyType,
   UXGridViewColumn* column
)
C++/CLI 
public:
UXGridViewAutoGeneratingColumnEventArgs( 
   RoutedEvent^ eventHandler,
   String^ propertyName,
   Type^ propertyType,
   UXGridViewColumn^ column
)

Parameters

eventHandler
The AutoGeneratingColumn routed event.
propertyName
The name of the property bound to the generated column.
propertyType
The type of the property bound to the generated column.
column
The generated column.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.