DotMSN

NSMessageHandler.SBCreated Event

Occurs when a switchboard session has been created

[Visual Basic]
Public Event SBCreated As SBCreatedEventHandler
[C#]
public event SBCreatedEventHandler SBCreated;

Event Data

The event handler receives an argument of type SBCreatedEventArgs containing data related to this event. The following SBCreatedEventArgs properties provide information specific to this event.

Property Description
Initiator The object that requested the switchboard. Null if the switchboard session was initiated by a remote client.
Switchboard The affected switchboard

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace