SdkSandboxClientImportanceEventArgs Class
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.
Provides data for notifications that the SDK sandbox client's foreground importance has changed.
public class SdkSandboxClientImportanceEventArgs : EventArgs
type SdkSandboxClientImportanceEventArgs = class
inherit EventArgs
- Inheritance
-
SdkSandboxClientImportanceEventArgs
Remarks
The IsForeground property indicates which side of the foreground-importance threshold the client entered.
Constructors
| Name | Description |
|---|---|
| SdkSandboxClientImportanceEventArgs(Boolean) |
Initializes event data for a change in the client's foreground importance. |
Properties
| Name | Description |
|---|---|
| IsForeground |
Gets whether the client is considered to have foreground importance. |