'Declaration Public Event OptionsDialogOpening As OptionsDialogOpeningEventHandler
public event OptionsDialogOpeningEventHandler OptionsDialogOpening
Event Data
The event handler receives an argument of type OptionsDialogOpeningEventArgs containing data related to this event. The following OptionsDialogOpeningEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Dialog | The PrintDocumentOptions dialog form. |
See Also