| 
 | 
 | 
 | 
| 
        | EditClickOutsideEventArgs Class | 
EditClickOutsideEventArgs Class (Softelvdm.SftTreeNET Namespace)
Provides data for the EditClickOutside event.
| VB | Public Class EditClickOutsideEventArgs Inherits EventArgs | 
| C# | public class EditClickOutsideEventArgs : EventArgs | 
| C++ | public ref class EditClickOutsideEventArgs : public EventArgs | 
| Public | Properties | Events | |||
| Protected | Constructors | Properties | Fields | 
 | 
| Description | |
| none | This class cannot be instantiated. | 
| Description | |
| The cell being edited. | |
| The window class name of the window receiving the mouse click. | |
| The control used for cell editing. | |
| 
 | Represents an event with no event data. | 
| Defines whether cell editing ends. This value can be modified by the EditClickOutside event handler. | |
| The item whose cell is being edited. | |
| The message that could potentially end cell editing. | |
| 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. | 
See Also Softelvdm.SftTreeNET Namespace