Property | Type | Description | |
---|---|---|---|
ShadowRoot | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
AddEventListener ( ShadowRootEvents type, Action listener ) : void | ||
AddEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void | ||
AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void | ||
AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( ShadowRootEvents type, IEventListener listener ) : void | ||
AddEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
GetElementById ( string elementId ) : |
||
GetElementsByClassName ( string classNames ) : |
||
GetElementsByTagName ( string localName ) : |
||
GetElementsByTagNameNS ( string @namespace, string localName ) : |
||
QuerySelector ( string selectors ) : |
||
QuerySelectorAll ( string selectors ) : |
||
RemoveEventListener ( ShadowRootEvents type, Action listener ) : void | ||
RemoveEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void | ||
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( ShadowRootEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void | ||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
Method | Description | |
---|---|---|
ShadowRoot ( ) : System.Runtime.CompilerServices |
public AddEventListener ( ShadowRootEvents type, Action listener ) : void | ||
type | ShadowRootEvents | |
listener | Action | |
return | void |
public AddEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void | ||
type | ShadowRootEvents | |
listener | Action | |
capture | bool | |
return | void |
public AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void | ||
type | ShadowRootEvents | |
listener | HtmlEventHandler | |
return | void |
public AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | ShadowRootEvents | |
listener | HtmlEventHandler | |
capture | bool | |
return | void |
public AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget |
||
type | ShadowRootEvents | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget |
||
type | ShadowRootEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public AddEventListener ( ShadowRootEvents type, IEventListener listener ) : void | ||
type | ShadowRootEvents | |
listener | IEventListener | |
return | void |
public AddEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void | ||
type | ShadowRootEvents | |
listener | IEventListener | |
capture | bool | |
return | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public GetElementById ( string elementId ) : |
||
elementId | string | |
return |
public GetElementsByClassName ( string classNames ) : |
||
classNames | string | |
return |
public GetElementsByTagName ( string localName ) : |
||
localName | string | |
return |
public GetElementsByTagNameNS ( string @namespace, string localName ) : |
||
@namespace | string | |
localName | string | |
return |
public QuerySelector ( string selectors ) : |
||
selectors | string | |
return |
public QuerySelectorAll ( string selectors ) : |
||
selectors | string | |
return |
public RemoveEventListener ( ShadowRootEvents type, Action listener ) : void | ||
type | ShadowRootEvents | |
listener | Action | |
return | void |
public RemoveEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void | ||
type | ShadowRootEvents | |
listener | Action | |
capture | bool | |
return | void |
public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void | ||
type | ShadowRootEvents | |
listener | HtmlEventHandler | |
return | void |
public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | ShadowRootEvents | |
listener | HtmlEventHandler | |
capture | bool | |
return | void |
public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget |
||
type | ShadowRootEvents | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget |
||
type | ShadowRootEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |
public RemoveEventListener ( ShadowRootEvents type, IEventListener listener ) : void | ||
type | ShadowRootEvents | |
listener | IEventListener | |
return | void |
public RemoveEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void | ||
type | ShadowRootEvents | |
listener | IEventListener | |
capture | bool | |
return | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
return | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
return | void |