PCDataSourceEventNotify Class [AX 2012]
The PCDataSourceEventNotify class works as an proxy handler for event handling of a dynamic data source.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finalize | (Inherited from FormObjectSetNotify.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the FormObjectSetNotify class. (Inherited from FormObjectSetNotify.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| onActive | Executes when the active record changes on the attached data source. (Overrides the onActive Method.) |
| onCacheChanged | Executes when the cache changes on the attached data source. (Overrides the onCacheChanged Method.) |
| onCurrentChanged | Executes when the current marked record changes on the attached data source. (Overrides the onCurrentChanged Method.) |
| onLeave | Executes when the active record of the attached data source loses focus on any of the visible fields. (Overrides the onLeave Method.) |
| onMarkingChanged | (Inherited from FormObjectSetNotify.) |
| onPagingParametersChanged | Executes when the active record of the paging parameters changes in the attached data source. (Overrides the onPagingParametersChanged Method.) |
| onRefresh | Executes when the attached data source is refreshed. (Overrides the onRefresh Method.) |
| onRequestCacheSize | Executes when the current cache size information is requested from the attached data source. (Overrides the onRequestCacheSize Method.) |
| onRuntimeMetadataChanged | Executes when the metadata properties are dynamically changed in the attached data source. (Overrides the onRuntimeMetadataChanged Method.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCaller | Gets or sets the Caller parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the PCDataSourceEventNotify class that is connected to the specified caller form. |
Community Additions
ADD
Show: