C# Class System.Html.FieldSetElement

Inheritance: Element
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
FieldSetElement System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
AddEventListener ( FieldSetElementEvents type, Action listener ) : void
AddEventListener ( FieldSetElementEvents type, Action listener, bool capture ) : void
AddEventListener ( FieldSetElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( FieldSetElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( FieldSetElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( FieldSetElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( FieldSetElementEvents type, IEventListener listener ) : void
AddEventListener ( FieldSetElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
CheckValidity ( ) : bool
RemoveEventListener ( FieldSetElementEvents type, Action listener ) : void
RemoveEventListener ( FieldSetElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( FieldSetElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( FieldSetElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( FieldSetElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( FieldSetElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( FieldSetElementEvents type, IEventListener listener ) : void
RemoveEventListener ( FieldSetElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SetCustomValidity ( string error ) : void

Private Methods

Méthode Description
FieldSetElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( FieldSetElementEvents type, Action listener ) : void
type FieldSetElementEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( FieldSetElementEvents type, Action listener, bool capture ) : void
type FieldSetElementEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( FieldSetElementEvents type, HtmlEventHandler listener ) : void
type FieldSetElementEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( FieldSetElementEvents type, HtmlEventHandler listener, bool capture ) : void
type FieldSetElementEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( FieldSetElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type FieldSetElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( FieldSetElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type FieldSetElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( FieldSetElementEvents type, IEventListener listener ) : void
type FieldSetElementEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( FieldSetElementEvents type, IEventListener listener, bool capture ) : void
type FieldSetElementEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

CheckValidity() public méthode

public CheckValidity ( ) : bool
Résultat bool

RemoveEventListener() public méthode

public RemoveEventListener ( FieldSetElementEvents type, Action listener ) : void
type FieldSetElementEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FieldSetElementEvents type, Action listener, bool capture ) : void
type FieldSetElementEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FieldSetElementEvents type, HtmlEventHandler listener ) : void
type FieldSetElementEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FieldSetElementEvents type, HtmlEventHandler listener, bool capture ) : void
type FieldSetElementEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FieldSetElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type FieldSetElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FieldSetElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type FieldSetElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FieldSetElementEvents type, IEventListener listener ) : void
type FieldSetElementEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FieldSetElementEvents type, IEventListener listener, bool capture ) : void
type FieldSetElementEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

SetCustomValidity() public méthode

public SetCustomValidity ( string error ) : void
error string
Résultat void