C# Class Test_Functionality.T4.RoutedEventExtensions

Mostra file Open project: mrange/T4Include

Public Methods

Method Description
AddHandler_DoActivate ( this uiElement, DoActivateEventArgs eventHandler, bool handledEventsToo = false ) : void
Raise_DoActivate ( this uiElement, DoActivateEventArgs routedEventArgs = null ) : void
RemoveHandler_DoActivate ( this uiElement, DoActivateEventArgs eventHandler ) : void

Method Details

AddHandler_DoActivate() public static method

public static AddHandler_DoActivate ( this uiElement, DoActivateEventArgs eventHandler, bool handledEventsToo = false ) : void
uiElement this
eventHandler DoActivateEventArgs
handledEventsToo bool
return void

Raise_DoActivate() public static method

public static Raise_DoActivate ( this uiElement, DoActivateEventArgs routedEventArgs = null ) : void
uiElement this
routedEventArgs DoActivateEventArgs
return void

RemoveHandler_DoActivate() public static method

public static RemoveHandler_DoActivate ( this uiElement, DoActivateEventArgs eventHandler ) : void
uiElement this
eventHandler DoActivateEventArgs
return void