프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MyInitializedProperty |
메소드 | 설명 | |
---|---|---|
GetMyInitialized ( UIElement element ) : bool | ||
SetMyInitialized ( UIElement element, bool value ) : void |
메소드 | 설명 | |
---|---|---|
OnStartup ( System.Windows.StartupEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void | ||
Main ( ) : void | ||
OnDetach ( ) : void | ||
OnLoaded ( object sender, |
||
OnMyInitializedChanged ( |
||
OnSizeChanged ( object sender, |
||
RegisterLoadedHandler ( ) : void |
public static GetMyInitialized ( UIElement element ) : bool | ||
element | UIElement | |
리턴 | bool |
protected OnStartup ( System.Windows.StartupEventArgs e ) : void | ||
e | System.Windows.StartupEventArgs | |
리턴 | void |
public static SetMyInitialized ( UIElement element, bool value ) : void | ||
element | UIElement | |
value | bool | |
리턴 | void |