Skip to main content
Tab

ClientSideEvents(IPropertiesOwner) Constructor

In This Article

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ClientSideEvents(
    IPropertiesOwner owner
)

#Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also