Class NavigationView.Command
Inheritance
System.Object
NavigationView.Command
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class Command : ICommand, IDisposable
Constructors
Command(NavigationView, Bar, Bar)
Declaration
public Command(NavigationView nv, Bar bar, Bar prevBar)
Parameters
Type | Name | Description |
---|---|---|
NavigationView | nv | |
Bar | bar | |
Bar | prevBar |
Properties
Bar
Declaration
public Bar Bar { get; }
Property Value
Type |
---|
Bar |
PrevBar
Declaration
public Bar PrevBar { get; }
Property Value
Type |
---|
Bar |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Execute()
Executes action.
Declaration
public void Execute()
Reverse()
Reverses command.
Declaration
public void Reverse()
Implements
System.IDisposable