Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The PrxFlashCallEventArgs class is used to create custom arguments of the FlashCallAction event.
PrxFlashCallEventArgs
Class to get analog of the PrxFlashCallEventArgs class:
None.
Class used to obtain an equivalent of object of the PrxFlashCallEventArgs class:
PrxFlashCallEventArgsClass;
Property name | Brief description | |
Arguments | The Arguments property returns an array of arguments passed to the function when it is called from a Flash movie. | |
Name | The Name property returns name of the function called from the Flash movie. |
Method name | Brief description | |
CreateArgs | The CreateArgs method creates arguments to pass them to a specified function of Flash movie handler. |
See also: