KeyboardEvent Constructor (String) |
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic KeyboardEvent(
string type
)
Public Sub New (
type As String
)
public:
KeyboardEvent(
String^ type
)
new :
type : string -> KeyboardEvent
Parameters
- type
- Type: SystemString
The event type.
See Also