Skip to main content
Tab

ClientSideEventsBase(IPropertiesOwner) Constructor

Initializes a new instance of the ClientSideEventsBase class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ClientSideEventsBase(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

A IPropertiesOwner-implemented object that owns the created object.

Remarks

This constructor is used internally to create a new instance of the ClientSideEventsBase class with the specified owner.

See Also