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