USDFloatingToolPanel.NotifySessionHidden(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.
Notifies the application of a hidden session.
public:
virtual void NotifySessionHidden(Microsoft::Uii::Csr::Session ^ session);
public void NotifySessionHidden (Microsoft.Uii.Csr.Session session);
abstract member NotifySessionHidden : Microsoft.Uii.Csr.Session -> unit
override this.NotifySessionHidden : Microsoft.Uii.Csr.Session -> unit
Public Sub NotifySessionHidden (session As Session)
Parameters
- session
- Session
Specifies the session.