PanelLayoutBase.SessionCloseEvent(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.
Closes the session.
protected:
override bool SessionCloseEvent(Microsoft::Uii::Csr::Session ^ session);
protected override bool SessionCloseEvent (Microsoft.Uii.Csr.Session session);
override this.SessionCloseEvent : Microsoft.Uii.Csr.Session -> bool
Protected Overrides Function SessionCloseEvent (session As Session) As Boolean
Parameters
- session
- Session
Specifies the session.