The CancelProcessEventHandler is used to handle ProcessCancel events.
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
public delegate void ProcessCancelEventHandler( Object sender, ProcessCancelEventArgs eventArgs )
Parameters
- sender
- Type: System.Object
The object that raised the event. - eventArgs
- Type: kCura.Relativity.Client.ProcessCancelEventArgs
The ProcessCancelEventArgs object containing information about the cancelled process.
See Also