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

ControlsCreatingEventArgs Class

Provides data for the WebApplication.ControlsCreating event.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public class ControlsCreatingEventArgs :
    EventArgs

Remarks

You can access a Page object specifying the Web Forms page via the ControlsCreatingEventArgs.Page property.

Inheritance

Object
EventArgs
ControlsCreatingEventArgs
See Also