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