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