|
Options |
Name |
Purpose |
|
|
|
CopyObjectMasterName (Object, EventArgs)
|
Event handler for the Copy Object Master Name Button
Notes :
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
DataSourceCurrentChangedHandler (Object, EventArgs)
|
Event handler for the CurrentChanged event
Notes :
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
GridDefaultActionHandler (Object, EventArgs)
|
Event handler for the GridDefaultAction event
Notes :
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
LaunchAngularForm (Object, EventArgs)
|
Event handler for the Launch Angular Form Button
Notes :
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
LaunchForm (Object, EventArgs)
|
Event handler for the Launch Form Button
Notes :
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
NewObjectMaster (Object, EventArgs)
|
Event handler for the New Object Master Button
Notes :
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
ObjectCreatedHandler (Object, ObjectCreatedEventArgs)
|
Event handler for the ObjectCreated event of the NewFromTemplateWizardForm
Notes :
@param sender The reference to the object that raised the event
@param e The ObjectCreatedEventArgs with the data for this event
*/
|
|
|
|
OpenMaster (Object, EventArgs)
|
Event handler for the Open Master Button
Notes :
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
OpenSelectedMaster ()
|
Opens the selected object master
Notes :
*/
|
|
|
|
OpenWebApp (Object, EventArgs)
|
Event handler for the Open WebApp Button
Notes :
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
ShownHandler (Object, EventArgs)
|
Event handler for the Shown event of the form
Notes : This method is called when the form is first displayed.
@param sender The reference to the object that raised the event
@param e The System.EventArgs with the data for this event
*/
|
|
|
|
SubscribeEvents ()
|
Subscribes the events for an attached form instance
|
|
|
|
UnsubscribeEvents ()
|
Unsubscribes the events for an attached form instance
|