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