The NetControlBoxEventArgs class implements the argument of the NetControlBox component event, that takes place when some tracked event of .NET component occurs.
Property name | Brief description | |
E | The E property returns parameters of tracked event of .NET component. | |
EventName | The EventName property returns the name of tracked event of .NET component. | |
Sender | The Sender property returns the .NET component, for which the tracked event was generated. |
See also: