[]
Represents a method that handles the UserAction event.
public delegate void UserActionEventHandler(object sender, UserActionEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event (usually an instance of the C1PreviewPane class). |
UserActionEventArgs | e | A UserActionEventArgs that contains the event data. |
Name | Description |
---|---|
UserActionEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, UserActionEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, UserActionEventArgs) |