Class ClockMinuteHandMouseOverBrushChangedCommandBehavior
Inheritance
System.Object
ClockMinuteHandMouseOverBrushChangedCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Tools.MVVM
Assembly: Syncfusion.Shared.MVVM.WPF.dll
Syntax
public class ClockMinuteHandMouseOverBrushChangedCommandBehavior : CommandBehaviorBase<Clock>
Constructors
ClockMinuteHandMouseOverBrushChangedCommandBehavior()
Declaration
public ClockMinuteHandMouseOverBrushChangedCommandBehavior()
Methods
OnEventRaised(Object, DependencyPropertyChangedEventArgs)
Declaration
protected virtual void OnEventRaised(object sender, DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.DependencyPropertyChangedEventArgs | e |
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Shared.Clock>.OnTargetAttached()