ScreenRecorderOnSpinningSelection Event |
OnSpinningSelection
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic event ScreenRecorderOnSpinningSelectionHandler OnSpinningSelection
Public Event OnSpinningSelection As ScreenRecorderOnSpinningSelectionHandler
Dim instance As ScreenRecorder
Dim handler As ScreenRecorderOnSpinningSelectionHandler
AddHandler instance.OnSpinningSelection, handler
member OnSpinningSelection : IEvent<ScreenRecorderOnSpinningSelectionHandler,
EventArgs>
/** @event */
public void add_OnSpinningSelection (ScreenRecorderOnSpinningSelectionHandler value)
/** @event */
public void remove_OnSpinningSelection (ScreenRecorderOnSpinningSelectionHandler value)
JScript does not support events.
function add_OnSpinningSelection(value);
function remove_OnSpinningSelection(value);
Value
Type:
CSScreenRecorderScreenRecorderOnSpinningSelectionHandler
See Also