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