DynamicsBaseHostedControl.SessionShowEvent(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 shown
protected:
virtual void SessionShowEvent(Microsoft::Uii::Csr::Session ^ session);
protected virtual void SessionShowEvent (Microsoft.Uii.Csr.Session session);
abstract member SessionShowEvent : Microsoft.Uii.Csr.Session -> unit
override this.SessionShowEvent : Microsoft.Uii.Csr.Session -> unit
Protected Overridable Sub SessionShowEvent (session As Session)
Parameters
- session
- Session
The session that is being shown