Class JsEventOptions
public class JsEventOptions
- Inheritance
-
JsEventOptions
- Inherited Members
- Extension Methods
Constructors
JsEventOptions()
public JsEventOptions()
Properties
EnableLogging
Report resize events in the browser's console.
public bool EnableLogging { get; set; }
Property Value
TagName
The tag name of the element to register events with. Must be all uppercase, like "INPUT"
public string TagName { get; set; }
Property Value
TargetClass
Class of the target node which should be observed for keyboard events
Note: this must be a single class
public string TargetClass { get; set; }