IJSProperty Methods

The methods of the IJSProperty class are listed here.

Interface

IJSProperty Interface

Public Methods

 

Name

Description

OnGet

Allows you to pass an interface that will receive control at property initialization and when you make a call to IJSObject.ApplyChanges.

OnSet

Allows you to pass an interface that will receive control when a property changes on the client side.