C# Class SharpVectors.Scripting.ScriptableEvent

Implementation wrapper for IScriptableEvent
Inheritance: ScriptableObject, IScriptableEvent
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableEvent ( object baseObject ) : System
initEvent ( string eventTypeArg, bool canBubbleArg, bool cancelableArg ) : void
preventDefault ( ) : void
stopPropagation ( ) : void

Method Details

ScriptableEvent() public method

public ScriptableEvent ( object baseObject ) : System
baseObject object
return System

initEvent() public method

public initEvent ( string eventTypeArg, bool canBubbleArg, bool cancelableArg ) : void
eventTypeArg string
canBubbleArg bool
cancelableArg bool
return void

preventDefault() public method

public preventDefault ( ) : void
return void

stopPropagation() public method

public stopPropagation ( ) : void
return void