MonitorSelectionEventArgs 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.
Arguments for events of IMonitorSelectionService.
public ref class MonitorSelectionEventArgs : EventArgs
public class MonitorSelectionEventArgs : EventArgs
type MonitorSelectionEventArgs = class
inherit EventArgs
Public Class MonitorSelectionEventArgs
Inherits EventArgs
- Inheritance
-
MonitorSelectionEventArgs
Constructors
MonitorSelectionEventArgs(Object, Object) |
Constructor. |
Properties
NewValue |
New selection value. |
OldValue |
Previous selection value. |