CustomizeMessageBoxCaptionEventArgs Constructors
Provides data for the SchedulerControl.CustomizeMessageBoxCaption and SchedulerControl.CustomizeMessageBoxCaption events.| Name | Parameters | Description |
|---|---|---|
| CustomizeMessageBoxCaptionEventArgs(SchedulerStringId, String) | stringId, caption | Initializes new instance of the CustomizeMessageBoxCaptionEventArgs class with the specified settings. |
| CustomizeMessageBoxCaptionEventArgs(SchedulerStringId) | stringId | Initializes new instance of the CustomizeMessageBoxCaptionEventArgs class with the specified settings. |
See Also