ExitedMoveSizeEventArgs.MoveSizeOperation 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 type of operation being performed in the move-size loop.
public:
property MoveSizeOperation MoveSizeOperation { MoveSizeOperation get(); };
MoveSizeOperation MoveSizeOperation();
public MoveSizeOperation MoveSizeOperation { get; }
var moveSizeOperation = exitedMoveSizeEventArgs.moveSizeOperation;
Public ReadOnly Property MoveSizeOperation As MoveSizeOperation
Property Value
The type of operation being performed in the move-size loop.