PrxFlashCallEventArgs

Assembly: Report;

Namespace: Prognoz.Platform.Interop.Report;

Description

The PrxFlashCallEventArgs class is used to create custom arguments of the FlashCallAction event.

Inheritance Hierarchy

          PrxFlashCallEventArgs

          IPrxFlashCallEventArgs

Fore.NET Syntax

Class to get analog of the PrxFlashCallEventArgs class:

None.

Class used to obtain an equivalent of object of the PrxFlashCallEventArgs class:

PrxFlashCallEventArgsClass;

Properties inherited from IPrxFlashCallEventArgs

  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.

Methods inherited from IPrxFlashCallEventArgs

  Method name Brief description
CreateArgs The CreateArgs method creates arguments to pass them to a specified function of Flash movie handler.

See also:

Report Assembly Classes