Class SheetMovedEventArgs
Provides data about a SheetMoved event of a WorksheetModelCollection.
Inherited Members
System.EventArgs.Empty
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)
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SheetMovedEventArgs : SyncfusionEventArgs
Constructors
SheetMovedEventArgs(Int32, Int32, SheetMovedReason)
Initializes a SheetMovedEventArgs with event data.
Declaration
public SheetMovedEventArgs(int index, int destination, SheetMovedReason reason)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The sheet index. |
System.Int32 | destination | The destination sheet index. |
SheetMovedReason | reason | The originating action for this event. |
Properties
Destination
Returns the destination sheet index.
Declaration
[TraceProperty(true)]
public int Destination { get; }
Property Value
Type |
---|
System.Int32 |
Index
Returns the sheet index.
Declaration
[TraceProperty(true)]
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Reason
Returns the originating action for this event.
Declaration
[TraceProperty(true)]
public SheetMovedReason Reason { get; }
Property Value
Type |
---|
SheetMovedReason |