constructor(isCallback) Constructor
In This Article
Initializes a new object of the ASPxClientControlsInitializedEventArgs type with the specified settings.
#Declaration
TypeScript
constructor(
isCallback: boolean
)
#Parameters
Name | Type | Description |
---|---|---|
is |
boolean |
|
See Also