Visual Basic (Declaration) | |
---|---|
Public Overloads Sub AddHandler( _ ByVal routedEvent As RoutedEvent, _ ByVal handler As Delegate, _ ByVal handledEventsToo As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2ColumnHeader Dim routedEvent As RoutedEvent Dim handler As Delegate Dim handledEventsToo As Boolean instance.AddHandler(routedEvent, handler, handledEventsToo) |
C# | |
---|---|
public void AddHandler( RoutedEvent routedEvent, Delegate handler, bool handledEventsToo ) |
C++/CLI | |
---|---|
public: void AddHandler( RoutedEvent^ routedEvent, Delegate^ handler, bool handledEventsToo ) |
Parameters
- routedEvent
- handler
- handledEventsToo
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2