CustomizeMapAreasEventArgs(MapAreasCollection) 생성자

정의

지정된 지도 영역 컬렉션을 사용하여 클래스의 CustomizeMapAreasEventArgs 새 인스턴스를 초기화합니다.

public:
 CustomizeMapAreasEventArgs(System::Web::UI::DataVisualization::Charting::MapAreasCollection ^ areaItems);
public CustomizeMapAreasEventArgs(System.Web.UI.DataVisualization.Charting.MapAreasCollection areaItems);
new System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs : System.Web.UI.DataVisualization.Charting.MapAreasCollection -> System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs
Public Sub New (areaItems As MapAreasCollection)

매개 변수

areaItems
MapAreasCollection

지도 영역 컬렉션입니다.

적용 대상