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