Method | Description | |
---|---|---|
EditorClientEventsBuilder ( EditorClientEvents events ) : System | ||
OnChange ( System.Action inlineCode ) : |
||
OnChange ( string onLoadHandlerName ) : |
||
OnExecute ( System.Action inlineCode ) : |
||
OnExecute ( string onLoadHandlerName ) : |
||
OnLoad ( System.Action inlineCode ) : |
||
OnLoad ( string onLoadHandlerName ) : |
||
OnSelectionChange ( System.Action inlineCode ) : |
||
OnSelectionChange ( string onLoadHandlerName ) : |
Method | Description | |
---|---|---|
HandlerName ( ClientEvent e, string handler ) : |
||
InlineCode ( ClientEvent e, System.Action code ) : |
public EditorClientEventsBuilder ( EditorClientEvents events ) : System | ||
events | EditorClientEvents | |
return | System |
public OnChange ( System.Action inlineCode ) : |
||
inlineCode | System.Action | |
return |
public OnChange ( string onLoadHandlerName ) : |
||
onLoadHandlerName | string | |
return |
public OnExecute ( System.Action inlineCode ) : |
||
inlineCode | System.Action | |
return |
public OnExecute ( string onLoadHandlerName ) : |
||
onLoadHandlerName | string | |
return |
public OnLoad ( System.Action inlineCode ) : |
||
inlineCode | System.Action | |
return |
public OnLoad ( string onLoadHandlerName ) : |
||
onLoadHandlerName | string | |
return |
public OnSelectionChange ( System.Action inlineCode ) : |
||
inlineCode | System.Action | |
return |
public OnSelectionChange ( string onLoadHandlerName ) : |
||
onLoadHandlerName | string | |
return |