FileContextOnActionCompleted Event
Occurs on completion of input/output operation.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public event IOActionCompletedEventHandler OnActionCompleted
Public Event OnActionCompleted As IOActionCompletedEventHandler
public:
event IOActionCompletedEventHandler^ OnActionCompleted {
void add (IOActionCompletedEventHandler^ value);
void remove (IOActionCompletedEventHandler^ value);
}
member OnActionCompleted : IEvent<IOActionCompletedEventHandler,
EventArgs>
Value
IOActionCompletedEventHandler