Skip to main content
All docs
V25.1
  • SvgImageItemMouseEventArgs Properties

    Contains data for the ItemClick event.
    Name Description
    Button Gets the pressed mouse button.
    Handled Gets or sets whether to manually process item clicks.
    Item Gets the currently processed item. Inherited from SvgImageItemEventArgs.
    Location Gets the mouse location relative to the control’s top left corner.
    X Gets the mouse x-coordinate relative to the control’s top left corner.
    Y Gets the mouse y-coordinate relative to the control’s top left corner.
    See Also