Show / Hide Table of Contents

Class GridValueChangedArgs

Represents the Previous and Current X and Y values when changing the position on a grid.

Inheritance
object
GridValueChangedArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class GridValueChangedArgs

Properties

View Source

After

The values present after they were changed.

Declaration
public PointF After { get; }
Property Value
Type Description
PointF
View Source

Before

The values present before they were changed.

Declaration
public PointF Before { get; }
Property Value
Type Description
PointF
  • View Source
In this article
Back to top Generated by DocFX