'Declaration Public Event PreviewAction As DocumentActionEventHandler
public event DocumentActionEventHandler PreviewAction
Event Data
The event handler receives an argument of type DocumentActionEventArgs containing data related to this event. The following DocumentActionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ActionHandler | Gets the C1.C1Preview.ActionHandlerBase object associated with the event. |
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the preview pane should continue its own processing. |
See Also