Property | Type | Description | |
---|---|---|---|
ActionsProperty |
Method | Description | |
---|---|---|
Attach ( |
Attaches to the specified object.
|
|
Detach ( ) : void |
Detaches this instance from its associated object.
|
Method | Description | |
---|---|---|
InvokeActions ( object parameter ) : void |
Invoke all actions associated with this trigger. Derived classes should call this to fire the trigger. |
Method | Description | |
---|---|---|
TriggerBase ( |
public Attach ( |
||
frameworkElement | The object to attach to. | |
return | void |
protected InvokeActions ( object parameter ) : void | ||
parameter | object | |
return | void |