C# Class System.Html.Screen

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

Private Properties

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

Méthodes publiques

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

Private Methods

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

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( ScreenEvents type, IEventListener listener, bool capture ) : void
type ScreenEvents
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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

public RemoveEventListener ( ScreenEvents type, IEventListener listener, bool capture ) : void
type ScreenEvents
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