|
|
|
ActionEventArgs Class |
ActionEventArgs Class (Softelvdm.Controls Namespace)
Provides data for the Action event.
VB |
Public Class ActionEventArgs Inherits EventArgs |
C# |
public class ActionEventArgs : EventArgs |
C++ |
public ref class ActionEventArgs : public EventArgs |
Public |
Properties |
Events |
|||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
| Represents an event with no event data. |
The part generating this event. | |
The action that caused this event to occur. | |
Description | |
| Determines whether the specified Object is equal to the current Object. |
| Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
| Gets the Type of the current instance. |
| Determines whether the specified Object instances are the same instance. |
| Returns a String that represents the current Object. |
Description | |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
| Creates a shallow copy of the current Object. |
Version Information
Supported in version 1.0.
Products Table
See Also Softelvdm.Controls Namespace