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

CustomizeControlEventArgs(Object) Constructor

Initializes a new instance of the CustomizeControlEventArgs class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public CustomizeControlEventArgs(
    object control
)

Parameters

Name Type Description
control Object

An object which represents a control for customizing.

See Also