C# Class SharpVectors.Dom.Events.UiEvent

Summary description for UiEvent.
Inheritance: Event, IUiEvent
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
InitUiEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : void
InitUiEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : void
UiEvent ( ) : System
UiEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : System
UiEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : System

Method Details

InitUiEvent() public method

public InitUiEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : void
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
return void

InitUiEventNs() public method

public InitUiEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : void
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
return void

UiEvent() public method

public UiEvent ( ) : System
return System

UiEvent() public method

public UiEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : System
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
return System

UiEvent() public method

public UiEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : System
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
return System