SessionUpdatedDelegate 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.
Informs the application that a session has been updated with new information.
public delegate void SessionUpdatedDelegate(System::Object ^ sender, SessionUpdatedEventArgs ^ args);
public delegate void SessionUpdatedDelegate(object sender, SessionUpdatedEventArgs args);
type SessionUpdatedDelegate = delegate of obj * SessionUpdatedEventArgs -> unit
Public Delegate Sub SessionUpdatedDelegate(sender As Object, args As SessionUpdatedEventArgs)
Parameters
- sender
- Object
The session that has been updated.
Information about the current session status.