EnteringMoveSizeEventArgs Class

Definition

Contains event data for the EnteringMoveSize event.

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

Examples

<<<<<<< HEAD

main

Properties

MoveSizeOperation

Gets the type of operation being performed in the move-size loop.

MoveSizeWindowId

Gets or sets the ID of the window for which to enter the move-size loop.

PointerScreenPoint

Gets the position of the pointer prior to entering the move-size loop.

Applies to