PCDataSourceEventNotify Class [AX 2012]

The PCDataSourceEventNotify class works as an proxy handler for event handling of a dynamic data source.

class PCDataSourceEventNotify extends FormObjectSetNotify

Run On

Client

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

Object Class
  FormObjectSetNotify Class
    PCDataSourceEventNotify Class

Community Additions

ADD
Show: