PrintSupportSettingsActivatedEventArgs.Session Property

Definition

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.

Applies to