TimerTrigger Members | |
See Also� Constructors� Events� Fields� Methods� Properties� Explicit Interface Implementations� |
The following tables list the members exposed by the TimerTrigger type.
Public Constructors
� | Name | Description |
---|---|---|
TimerTrigger |
Initializes a new instance of the |
Public Fields
� | Name | Description |
---|---|---|
ActionsProperty� | (Inherited from TriggerBase) | |
EventNameProperty� | (Inherited from EventTrigger) | |
MillisecondsPerTickProperty | � | |
SourceNameProperty� | (Inherited from EventTriggerBase) | |
SourceObjectProperty� | (Inherited from EventTriggerBase) | |
TotalTicksProperty | � |
Public Properties (see also Protected Properties)
� | Name | Description |
---|---|---|
Actions� |
Gets the actions associated with this trigger.
| |
CanFreeze� | (Inherited from Freezable) | |
DependencyObjectType� | (Inherited from DependencyObject) | |
Dispatcher� | (Inherited from DispatcherObject) | |
EventName� |
Gets or sets the name of the event to listen for. This is a dependency property.
| |
HasAnimatedProperties� | (Inherited from Animatable) | |
IsFrozen� | (Inherited from Freezable) | |
IsSealed� | (Inherited from DependencyObject) | |
MillisecondsPerTick |
Gets or sets the number of milliseconds to wait between ticks. This is a dependency property.
| |
Source� |
Gets the resolved source. If | |
SourceName� |
Gets or sets the name of the element this EventTriggerBase listens for as a source. If the name is not set or cannot be resolved, the AssociatedObject will be used. This is a dependency property.
| |
SourceObject� |
Gets or sets the target object. If TargetObject is not set, the target will look for the object specified by TargetName. If an element referred to by TargetName cannot be found, the target will default to the AssociatedObject. This is a dependency property.
| |
TotalTicks |
Gets or sets the total number of ticks to be fired before the trigger is finished. This is a dependency property.
|
Protected Properties
� | Name | Description |
---|---|---|
AssociatedObject� |
Gets the object to which the trigger is attached.
| |
AssociatedObjectTypeConstraint� |
Gets the type constraint of the associated object.
| |
SourceTypeConstraint� |
Gets the source type constraint.
|
Public Methods (see also Protected Methods)
� | Name | Description |
---|---|---|
ApplyAnimationClock� | Overloaded. (Inherited from Animatable) | |
Attach� | (Inherited from TriggerBase) | |
BeginAnimation� | Overloaded. (Inherited from Animatable) | |
CheckAccess� | (Inherited from DispatcherObject) | |
ClearValue� | Overloaded. (Inherited from DependencyObject) | |
Clone� | (Inherited from Animatable) | |
CloneCurrentValue� | (Inherited from Freezable) | |
CoerceValue� | (Inherited from DependencyObject) | |
Detach� |
Detaches this instance from its associated object.
| |
Equals� | Overloaded. (Inherited from DependencyObject) | |
Freeze� | Overloaded. (Inherited from Freezable) | |
GetAnimationBaseValue� | (Inherited from Animatable) | |
GetAsFrozen� | (Inherited from Freezable) | |
GetCurrentValueAsFrozen� | (Inherited from Freezable) | |
GetHashCode� | (Inherited from DependencyObject) | |
GetLocalValueEnumerator� | (Inherited from DependencyObject) | |
GetType� | (Inherited from Object) | |
GetValue� | (Inherited from DependencyObject) | |
InvalidateProperty� | (Inherited from DependencyObject) | |
ReadLocalValue� | (Inherited from DependencyObject) | |
ReferenceEquals� | (Inherited from Object) | |
SetCurrentValue� | (Inherited from DependencyObject) | |
SetValue� | Overloaded. (Inherited from DependencyObject) | |
ShouldSerializeStoredWeakReference� | (Inherited from Animatable) | |
ToString� | (Inherited from Object) | |
VerifyAccess� | (Inherited from DispatcherObject) |
Protected Methods
� | Name | Description |
---|---|---|
CloneCore� | (Inherited from Freezable) | |
CloneCurrentValueCore� | (Inherited from Freezable) | |
CreateInstance� | (Inherited from Freezable) | |
CreateInstanceCore� |
Creates a new instance of the TriggerBase derived class.
| |
Finalize� | (Inherited from Object) | |
Freeze� | Overloaded. (Inherited from Freezable) | |
FreezeCore� | (Inherited from Animatable) | |
GetAsFrozenCore� | (Inherited from Freezable) | |
GetCurrentValueAsFrozenCore� | (Inherited from Freezable) | |
GetEventName� |
Specifies the name of the Event this EventTriggerBase is listening for.
| |
InvokeActions� | (Inherited from TriggerBase) | |
MemberwiseClone� | (Inherited from Object) | |
OnAttached� |
Called after the trigger is attached to an AssociatedObject.
| |
OnChanged� | (Inherited from Freezable) | |
OnDetaching� |
Called when the trigger is being detached from its AssociatedObject, but before it has actually occurred.
| |
OnEvent� | (Inherited from EventTriggerBase) | |
OnFreezablePropertyChanged� | Overloaded. (Inherited from Freezable) | |
OnPropertyChanged� | (Inherited from Freezable) | |
OnSourceChanged� |
Called when the source property changes.
| |
ReadPreamble� | (Inherited from Freezable) | |
ShouldSerializeProperty� | (Inherited from DependencyObject) | |
WritePostscript� | (Inherited from Freezable) | |
WritePreamble� | (Inherited from Freezable) |
Public Events
� | Name | Description |
---|---|---|
Changed� | (Inherited from Freezable) | |
PreviewInvoke� |
Event handler for registering to PreviewInvoke.
|
Explicit Interface Implementations
� | Name | Description |
---|---|---|
System.Windows.Interactivity.IAttachedObject.AssociatedObject� |
Gets the object to which the trigger is attached.
|