C# Class SharpVectors.Dom.Events.TextEvent

Summary description for TextEvent.
Inheritance: UiEvent, ITextEvent
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
InitTextEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : void
InitTextEventNs ( string namespaceUri, string type, bool bubbles, bool cancelable, IAbstractView view, string data ) : void
TextEvent ( ) : System
TextEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : System
TextEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : System

Method Details

InitTextEvent() public méthode

public InitTextEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : void
eventType string
bubbles bool
cancelable bool
view IAbstractView
data string
Résultat void

InitTextEventNs() public méthode

public InitTextEventNs ( string namespaceUri, string type, bool bubbles, bool cancelable, IAbstractView view, string data ) : void
namespaceUri string
type string
bubbles bool
cancelable bool
view IAbstractView
data string
Résultat void

TextEvent() public méthode

public TextEvent ( ) : System
Résultat System

TextEvent() public méthode

public TextEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : System
eventType string
bubbles bool
cancelable bool
view IAbstractView
data string
Résultat System

TextEvent() public méthode

public TextEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : System
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
data string
Résultat System