Click or drag to resize
GuiItemMoved Event
Occurs when the GuiItem is moved.

Namespace: Mentula.GuiItems.Core
Assembly: XnaGuiItems (in XnaGuiItems.dll) Version: 1.0.0.0
Syntax
C#
public event StrongEventHandler<GuiItem, ValueChangedEventArgs<Vector2>> Moved

Value

Type: StrongEventHandlerGuiItem, ValueChangedEventArgsVector2
See Also