Class GridValueChangedArgs
Represents the Previous and Current X and Y values when changing the position on a grid.
Inherited Members
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class GridValueChangedArgs
Properties
View SourceAfter
The values present after they were changed.
Declaration
public PointF After { get; }
Property Value
| Type | Description |
|---|---|
| PointF |
Before
The values present before they were changed.
Declaration
public PointF Before { get; }
Property Value
| Type | Description |
|---|---|
| PointF |