ContextEventArgs 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.
Represents the event arguments for add context event.
public ref class ContextEventArgs : EventArgs
[System.Serializable]
public class ContextEventArgs : EventArgs
[<System.Serializable>]
type ContextEventArgs = class
inherit EventArgs
Public Class ContextEventArgs
Inherits EventArgs
- Inheritance
-
ContextEventArgs
- Attributes
Constructors
ContextEventArgs(Context) |
Initializes a new instance of the ContextEventArgs class. |
Properties
Context |
Gets the context. |