次の方法で共有


SessionExplorerEventHandler Delegate

Definition

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.

e
SessionExplorerEventArgs

Specifies the event.

Applies to