Class UpDownValueChangingCommandBehavior
Inheritance
System.Object
UpDownValueChangingCommandBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Tools.MVVM
Assembly: Syncfusion.Shared.MVVM.WPF.dll
Syntax
public class UpDownValueChangingCommandBehavior : CommandBehaviorBase<UpDown>
Constructors
UpDownValueChangingCommandBehavior()
Declaration
public UpDownValueChangingCommandBehavior()
Methods
OnEventRaised(Object, ValueChangingEventArgs)
Declaration
protected virtual void OnEventRaised(object sender, ValueChangingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
ValueChangingEventArgs | e |
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Shared.UpDown>.OnTargetAttached()