PrintSupportSettingsActivatedEventArgs.Session Property
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.
Gets info about the current session of the print support settings UI.
public:
property PrintSupportSettingsUISession ^ Session { PrintSupportSettingsUISession ^ get(); };
PrintSupportSettingsUISession Session();
public PrintSupportSettingsUISession Session { get; }
var printSupportSettingsUISession = printSupportSettingsActivatedEventArgs.session;
Public ReadOnly Property Session As PrintSupportSettingsUISession
Property Value
Info about the current session of the print support settings UI.