  | PageInitiating Event | 
 [This is preliminary documentation and is subject to change.]
            Occurs when [initiating].  Best to call your variable additions in the event.
            
 
    Namespace: 
   Monkeyspeak
    Assembly:
   Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic event Action<Page> Initiating
Public Event Initiating As Action(Of Page)
public:
 event Action<Page^>^ Initiating {
	void add (Action<Page^>^ value);
	void remove (Action<Page^>^ value);
}member Initiating : IEvent<Action<Page>,
    EventArgs>
Value
Type: 
SystemActionPage
See Also