FireEvent Method (IUiObjectBase)
Simulates an event on a .NET object.

C# Syntax

void FireEvent( 
   string type,
   params object[] args
)

Parameters

type
The name of the event to simulate. The list of possible events depends on the object.
args
The Args argument is passed to the constructor of the event's EventArgs object or the implementing class.