public class MapSeriesEvent : ArcGIS.Core.Events.CompositePresentationEvent<MapSeriesEventArgs>
Public Class MapSeriesEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of MapSeriesEventArgs)
public class MapSeriesEvent : ArcGIS.Core.Events.CompositePresentationEvent<MapSeriesEventArgs>
Public Class MapSeriesEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of MapSeriesEventArgs)
//Report the event args when the map series properties have changed. ArcGIS.Desktop.Layouts.Events.MapSeriesEvent.Subscribe((args) => { System.Windows.MessageBox.Show("MapSeriesEvent:" + Environment.NewLine + " arg CurrentPageName: " + args.CurrentPageName.ToString() + Environment.NewLine + " arg CurrentlPageNumber: " + args.CurrentPageNumber.ToString() + Environment.NewLine + " arg Layout: " + args.Layout.Name + Environment.NewLine + " arg Type: " + args.Type.ToString()); });
System.Object
ArcGIS.Core.Events.EventBase
ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
ArcGIS.Desktop.Layouts.Events.MapSeriesEvent
Target Platforms: Windows 10, Windows 8.1, Windows 7