Back to Devexpress

DrawMapItemEventArgs Class

windowsforms-devexpress-dot-xtramap-b7f6d87f.md

latest1.7 KB
Original Source

DrawMapItemEventArgs Class

Provides data for the MapControl.DrawMapItem event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class DrawMapItemEventArgs :
    MapItemEventArgs,
    IRenderItemStyle
vb
Public Class DrawMapItemEventArgs
    Inherits MapItemEventArgs
    Implements IRenderItemStyle

DrawMapItemEventArgs is the data class for the following events:

Remarks

An instance of the DrawMapItemEventArgs class descendant with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs MapItemEventArgs DrawMapItemEventArgs DrawMapPointerEventArgs

DrawMapShapeEventArgs

DrawMapSegmentableItemEventArgs

See Also

DrawMapItemEventArgs Members

DevExpress.XtraMap Namespace