public class ItemEventArgs<T> : EventArgs
Public Class ItemEventArgs(Of T)
Inherits EventArgsNo code example is currently available or this language may not be supported.| ItemEventArgsT | Create a new Instance of the ItemEventArgs Item. |
| ItemEventArgsT(T) | Create a new Instance of the ItemEventArgs Item. |
| Data | Get/Set the native value of the item. |
| Handled | Get/Set a value indicating whether this change has been handled. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |