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