Back to Devexpress

ExportMapItemEventArgs Class

windowsforms-devexpress-dot-xtramap-c76f1a0f.md

latest1.4 KB
Original Source

ExportMapItemEventArgs Class

Provides data for the MapControl.ExportMapItem event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class ExportMapItemEventArgs :
    MapItemEventArgs
vb
Public Class ExportMapItemEventArgs
    Inherits MapItemEventArgs

ExportMapItemEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs MapItemEventArgs ExportMapItemEventArgs

See Also

ExportMapItemEventArgs Members

DevExpress.XtraMap Namespace