Type | Description | |||
String | A String expression that specifies the name of the event being fired. |
The Arguments property, gives a NETObjectTemplate object, whose Item or Template properties can be used to access the event's argument using the x-script language. The AsString property may returns: "The trial/evaluation version of the control limits firing this event. In other words, using the trial/evaluation version won't fire the event every time it should.", only for not-registered version.
The following sample displays the name of the firing events:
Private Sub NETHost1_HostEvent(ByVal Ev As exontrol_NETHostCtl.INETHostEvent) With NETHost1 Debug.Print Ev.Name() End With End Sub
The information you get shows as follows:
MouseDown MouseCaptureChanged ItemDrag MouseMove MouseMove NodeMouseHover Click MouseClick