BrowserWindowEx.SessionHideEvent(Session) Method
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.
Raised when a session is hidden.
protected:
override void SessionHideEvent(Microsoft::Uii::Csr::Session ^ session);
protected override void SessionHideEvent (Microsoft.Uii.Csr.Session session);
override this.SessionHideEvent : Microsoft.Uii.Csr.Session -> unit
Protected Overrides Sub SessionHideEvent (session As Session)
Parameters
- session
- Session
Specifies the session to hide.