SessionExplorerEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event handler for session explorer event.
public delegate void SessionExplorerEventHandler(System::Object ^ sender, SessionExplorerEventArgs ^ e);
public delegate void SessionExplorerEventHandler(object sender, SessionExplorerEventArgs e);
type SessionExplorerEventHandler = delegate of obj * SessionExplorerEventArgs -> unit
Public Delegate Sub SessionExplorerEventHandler(sender As Object, e As SessionExplorerEventArgs)
Parameters
- sender
- Object
Specifies the sender.
Specifies the event.