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