[]
Represents a method that can handle the PreviewAction event of a C1PreviewPane.
public delegate void DocumentActionEventHandler(object sender, DocumentActionEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
DocumentActionEventArgs | e | Event data. |
Name | Description |
---|---|
DocumentActionEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, DocumentActionEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DocumentActionEventArgs) |