C# 클래스 Test_Functionality.T4.RoutedEventExtensions

파일 보기 프로젝트 열기: mrange/T4Include

공개 메소드들

메소드 설명
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

메소드 상세

AddHandler_DoActivate() 공개 정적인 메소드

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

Raise_DoActivate() 공개 정적인 메소드

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

RemoveHandler_DoActivate() 공개 정적인 메소드

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