Called whenever the contents of a MOLE leader changes as a result of a display list operation.
[Visual Basic .NET] Public Sub OnLeaderChange ( _ ByVal DisplayList As IDisplayList, _ ByVal Leader As IGraphicLeader _ )
[C#] public void OnLeaderChange ( IDisplayList DisplayList, IGraphicLeader Leader );
[C++]
HRESULT OnLeaderChange(
IDisplayList* DisplayList,
IGraphicLeader* Leader
);
[C++]Parameters
DisplayList [in]DisplayList is a parameter of type IDisplayList
Leader [in]Leader is a parameter of type IGraphicLeader
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.