Property | Type | Description | |
---|---|---|---|
_associatedObject | |||
_associatedType |
Method | Description | |
---|---|---|
Attach ( |
Attaches to the specified object.
|
|
Detach ( ) : void |
Detaches this instance from its associated object.
|
Method | Description | |
---|---|---|
OnAttached ( ) : void |
Called after the behavior is attached to an AssociatedObject. Override this to hook up functionality to the AssociatedObject. |
|
OnDetaching ( ) : void |
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred. Override this to unhook functionality from the AssociatedObject. |
|
OnLoaded ( ) : void |
Called after the AssociatedObject is loaded (added to visual tree). Override this to hook up functionality to the AssociatedObject. |
|
OnUnloaded ( ) : void |
Called after the AssociatedObject is unloaded (removed from visual tree). Override this to hook up functionality to the AssociatedObject. |
Method | Description | |
---|---|---|
AssociatedFrameworkElementLoaded ( object sender, |
||
AssociatedFrameworkElementUnloaded ( object sender, |
public Attach ( |
||
dependencyObject | /// The object to attach to. /// | |
return | void |
protected DependencyObject,Windows.UI.Xaml _associatedObject | ||
return |