DynamicsBaseHostedControl.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.
Override that is called when a session is closing.
protected:
virtual bool SessionCloseEvent(Microsoft::Uii::Csr::Session ^ session);
protected virtual bool SessionCloseEvent (Microsoft.Uii.Csr.Session session);
abstract member SessionCloseEvent : Microsoft.Uii.Csr.Session -> bool
override this.SessionCloseEvent : Microsoft.Uii.Csr.Session -> bool
Protected Overridable Function SessionCloseEvent (session As Session) As Boolean
Parameters
- session
- Session
The session being closed
Returns
return false to cancel the session closing