DynamicsBaseHostedControl.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.
Called by the system to indicate that a session is being hidden
protected:
virtual void SessionHideEvent(Microsoft::Uii::Csr::Session ^ session);
protected virtual void SessionHideEvent (Microsoft.Uii.Csr.Session session);
abstract member SessionHideEvent : Microsoft.Uii.Csr.Session -> unit
override this.SessionHideEvent : Microsoft.Uii.Csr.Session -> unit
Protected Overridable Sub SessionHideEvent (session As Session)
Parameters
- session
- Session
The session being hidden