The INetControlBoxEventArgs interface contains the event argument properties of the NetControlBox component, that takes place if any of tracked events 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: