Skip to main content
A newer version of this page is available. .

CustomizeWindowCaptionEventArgs(SplitString) Constructor

Initializes a new instance of the CustomizeWindowCaptionEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public CustomizeWindowCaptionEventArgs(
    SplitString windowCaption
)

Parameters

Name Type Description
windowCaption SplitString

A Window caption represented by a SplitString.

Remarks

Since the CustomizeWindowCaptionEventArgs supplies arguments to the WindowTemplateController.CustomizeWindowCaption event, raised automatically by the WindowTemplateController, you do not need to manually instantiate the CustomizeWindowEventArgs.

See Also