Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal eventHandler As RoutedEvent, _ ByVal rowGroupHeader As UXGridViewRowGroupHeader _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim eventHandler As RoutedEvent Dim rowGroupHeader As UXGridViewRowGroupHeader Dim instance As New UXGridViewRowGroupHeaderEventArgs(eventHandler, rowGroupHeader) |
C# | |
---|---|
public UXGridViewRowGroupHeaderEventArgs( RoutedEvent eventHandler, UXGridViewRowGroupHeader rowGroupHeader ) |
Delphi | |
---|---|
public UXGridViewRowGroupHeaderEventArgs( eventHandler: RoutedEvent; rowGroupHeader: UXGridViewRowGroupHeader ); |
JScript | |
---|---|
public function UXGridViewRowGroupHeaderEventArgs( eventHandler : RoutedEvent, rowGroupHeader : UXGridViewRowGroupHeader ); |
Managed Extensions for C++ | |
---|---|
public: UXGridViewRowGroupHeaderEventArgs( RoutedEvent* eventHandler, UXGridViewRowGroupHeader* rowGroupHeader ) |
C++/CLI | |
---|---|
public: UXGridViewRowGroupHeaderEventArgs( RoutedEvent^ eventHandler, UXGridViewRowGroupHeader^ rowGroupHeader ) |
Parameters
- eventHandler
- The RowGroupHeader related routed event.
- rowGroupHeader
- The RowGroupHeader that is being loaded or unloaded.
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