Share via


NonClientPointerEventArgs Class

Definition

Provides event data for various pointer events.

public ref class NonClientPointerEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class NonClientPointerEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class NonClientPointerEventArgs
Public NotInheritable Class NonClientPointerEventArgs
Inheritance
Object Platform::Object IInspectable NonClientPointerEventArgs
Attributes

Properties

IsPointInRegion

Gets whether the Point is within the non-client region where the pointer event occurred.

Point

Gets the Point within the non-client region where the pointer event occurred.

PointerDeviceType

Gets the PointerDeviceType for the pointer device that initiated the associated input event.

RegionKind

Gets the type of non-client region where the pointer event occurred.

Applies to