The PreviousClick property represents the previous ClickEventArgs.Click.

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PreviousClick As Click
C#
public MousePointer2D.Click PreviousClick { get; }
C++
public:
Click^ PreviousClick {
	Click^ get ();
}

Value

The PreviousClick property gets the ClickEventArgs._previousClick data member.

Remarks

[Missing <remarks> documentation for P:TehOne.Xna.GameComponents.MousePointer2D.ClickEventArgs.PreviousClick]