StagingAreaInputItem.Input Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.