MonitorSelectionEventArgs Class

Definition

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.

Applies to