Class CalendarEditSelectionBorderCornerRadiusChangedCommandBehavior
Inheritance
System.Object
CalendarEditSelectionBorderCornerRadiusChangedCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Tools.MVVM
Assembly: Syncfusion.Shared.MVVM.WPF.dll
Syntax
public class CalendarEditSelectionBorderCornerRadiusChangedCommandBehavior : CommandBehaviorBase<CalendarEdit>
Constructors
CalendarEditSelectionBorderCornerRadiusChangedCommandBehavior()
Declaration
public CalendarEditSelectionBorderCornerRadiusChangedCommandBehavior()
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.CalendarEdit>.OnTargetAttached()