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