ArcFM Responder Mobile Developer Guide
IMMSelectionEvents_SelectionChangedEventHandler Delegate






Syntax
'Declaration
 
<System.Runtime.InteropServices.ComVisibleAttribute(False)>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FHidden)>
Public Delegate Sub IMMSelectionEvents_SelectionChangedEventHandler( _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap _
) 
'Usage
 
Dim instance As New IMMSelectionEvents_SelectionChangedEventHandler(AddressOf HandlerMethod)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public delegate void IMMSelectionEvents_SelectionChangedEventHandler( 
   ESRI.ArcGIS.Carto.IMap pMap
)
public delegate IMMSelectionEvents_SelectionChangedEventHandler( 
    pMap: ESRI.ArcGIS.Carto.IMap
);
System.Runtime.InteropServices.ComVisibleAttribute()
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FHidden)
public delegate IMMSelectionEvents_SelectionChangedEventHandler( 
   pMap : ESRI.ArcGIS.Carto.IMap
)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public: __gc __delegate void IMMSelectionEvents_SelectionChangedEventHandler( 
   ESRI.ArcGIS.Carto.IMap* pMap
)
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FHidden)]
public delegate void IMMSelectionEvents_SelectionChangedEventHandler( 
   ESRI.ArcGIS.Carto.IMap^ pMap
)

Parameters

pMap
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMSelectionEvents_SelectionChangedEventHandler Members
Miner.Interop Namespace

Send Feedback