Invokes an event on this control
| C# | Visual Basic | Visual Basic Usage |
public virtual void InvokeEvent( ScriptEventType eventType )
Public Overridable Sub InvokeEvent ( _ eventType As ScriptEventType _ )
Dim instance As HtmlControl Dim eventType As ScriptEventType instance.InvokeEvent(eventType)
- eventType (ScriptEventType)
- The event type to invoke.
