C# Class System.Windows.Interactivity.Trigger

Inheritance: System.Windows.FrameworkElement, IAttachedObject
显示文件 Open project: nikhilk/silverlightfx

Private Properties

Property Type Description
IAttachedObject void
IAttachedObject void
Trigger System

Protected Methods

Method Description
InvokeActions ( EventArgs e ) : void

Invokes the associated actions.

OnAttach ( ) : void

Allows the trigger to attach to its associated object.

OnDetach ( ) : void

Allows the trigger to detach from its associated object.

Private Methods

Method Description
IAttachedObject ( ) : void
IAttachedObject ( DependencyObject associatedObject ) : void
Trigger ( ) : System

Method Details

InvokeActions() protected method

Invokes the associated actions.
protected InvokeActions ( EventArgs e ) : void
e System.EventArgs The event data associated with the invocation.
return void

OnAttach() protected method

Allows the trigger to attach to its associated object.
protected OnAttach ( ) : void
return void

OnDetach() protected method

Allows the trigger to detach from its associated object.
protected OnDetach ( ) : void
return void