IndexChangingEventArgs Class

Represents arguments for events which are fired if a property value changes which returns an index of some kind.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public class IndexChangingEventArgs : CancelEventArgs
Inheritance
Object    EventArgs    CancelEventArgs    IndexChangingEventArgs

Constructors

IndexChangingEventArgs Initializes a new instance of IndexChangingEventArgs.

Properties

CancelGets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs)
NewIndex Gets a new index to be set to the property, if it is not cancelled.
OldIndex Gets the old index which a property currently has.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also