DotMSN

NSMessageHandler.OnSBCreated Method 

Fires the ExceptionOccurred event.

[Visual Basic]
Overridable Protected Sub OnSBCreated( _
   ByVal switchboard As SBMessageHandler, _
   ByVal initiator As Object _
)
[C#]
protected virtual void OnSBCreated(
   SBMessageHandler switchboard,
   object initiator
);

Parameters

switchboard
The switchboard created
initiator
The object that initiated the switchboard request.

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace