Method | Description | |
---|---|---|
GetLoadLayoutCommand ( |
Standard get method of LoadLayoutCommandProperty dependency property.
|
|
GetSaveLayoutCommand ( |
Standard get method of SaveLayoutCommandProperty dependency property.
|
|
SetLoadLayoutCommand ( |
Standard set method of LoadLayoutCommandProperty dependency property.
|
|
SetSaveLayoutCommand ( |
Standard get method of SaveLayoutCommandProperty dependency property.
|
Method | Description | |
---|---|---|
OnFrameworkElement_Loaded ( object sender, |
This method is executed when a AvalonDock DockingManager instance fires the Load standard (FrameworkElement) event.
|
|
OnFrameworkElement_Saveed ( object sender, |
This method is executed when a AvalonDock DockingManager instance fires the Unload standard (FrameworkElement) event.
|
|
OnLoadLayoutCommandChanged ( |
This method is executed if a LoadLayoutCommandProperty dependency property is about to change its value (eg: The framewark assigns bindings).
|
|
OnSaveLayoutCommandChanged ( |
This method is executed if a SaveLayoutCommandProperty dependency property is about to change its value (eg: The framewark assigns bindings).
|
public static GetLoadLayoutCommand ( |
||
obj | ||
return | ICommand |
public static GetSaveLayoutCommand ( |
||
obj | ||
return | ICommand |
public static SetLoadLayoutCommand ( |
||
obj | ||
value | ICommand | |
return | void |
public static SetSaveLayoutCommand ( |
||
obj | ||
value | ICommand | |
return | void |