Class ButtonBehaviorBase
public abstract class ButtonBehaviorBase : Behavior<Button>, IAnimatable, IAttachedObject
- Inheritance
-
ButtonBehaviorBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Methods
OnAttached()
Called after the behavior is attached to an AssociatedObject.
protected override void OnAttached()
Remarks
Override this to hook up functionality to the AssociatedObject.
OnClick()
protected abstract void OnClick()
OnDetaching()
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
protected override void OnDetaching()
Remarks
Override this to unhook functionality from the AssociatedObject.