MouseEvent Constructor (String) |
Initializes a new instance of the
MouseEvent class.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public MouseEvent(
string type
)
Public Sub New (
type As String
)
public:
MouseEvent(
String^ type
)
new :
type : string -> MouseEvent
Parameters
- type
- Type: SystemString
The event type.
See Also