StagingAreaInputItem.Input Property

Definition

Gets the input event data associated with this StagingAreaInputItem object.

public:
 property System::Windows::Input::InputEventArgs ^ Input { System::Windows::Input::InputEventArgs ^ get(); };
public System.Windows.Input.InputEventArgs Input { get; }
public System.Windows.Input.InputEventArgs Input { [System.Security.SecurityCritical] get; }
member this.Input : System.Windows.Input.InputEventArgs
[<get: System.Security.SecurityCritical>]
member this.Input : System.Windows.Input.InputEventArgs
Public ReadOnly Property Input As InputEventArgs

Property Value

The event.

Attributes

Applies to