프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CustomEvent | System.Runtime.CompilerServices |
메소드 | 설명 | |
---|---|---|
CustomEvent ( string type ) : System.Runtime.CompilerServices | ||
CustomEvent ( string type, |
||
InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void |
메소드 | 설명 | |
---|---|---|
CustomEvent ( ) : System.Runtime.CompilerServices |
public CustomEvent ( string type ) : System.Runtime.CompilerServices | ||
type | string | |
리턴 | System.Runtime.CompilerServices |
public CustomEvent ( string type, |
||
type | string | |
eventInitDict | ||
리턴 | System.Runtime.CompilerServices |
public InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void | ||
type | string | |
canBubble | bool | |
cancelable | bool | |
detail | object | |
리턴 | void |