CustomizeMessageBoxCaptionEventArgs(SchedulerStringId, String) Constructor
In This Article
Initializes new instance of the CustomizeMessageBoxCaptionEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public CustomizeMessageBoxCaptionEventArgs(
SchedulerStringId stringId,
string caption
)
#Parameters
Name | Type | Description |
---|---|---|
string |
Scheduler |
A Scheduler |
caption | String | A string that will be used as a message box caption. |
See Also