Represents the base class for arguments passed to Action execution handling events.
Name | Description |
---|---|
ActionBaseEventArgs(ActionBase) |
Initializes a new instance of the ActionBaseEventArgs class. |
Name | Description |
---|---|
Empty |
Provides a value to use with events that do not have event data.
(Inherited from EventArgs)
|
Name | Description |
---|---|
Action |
Provides access to the Action being executed. |
ShowViewParameters |
Provides access to the ShowViewParameters object, specifying a View, displayed after executing the current Action. |
Name | Description |
---|---|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
GetHashCode() |
Serves as the default hash function.
(Inherited from Object)
|
GetType() |
Gets the (Inherited from Object)
|
MemberwiseClone() |
Creates a shallow copy of the current (Inherited from Object)
|
ReferenceEquals(Object, Object) |
Determines whether the specified (Inherited from Object)
|
ToString() |
Returns a string that represents the current object.
(Inherited from Object)
|