C# 클래스 Smrf.NodeXL.Visualization.Wpf.VerticesMovedEventArgs

Provides information for the NodeXLControl.VerticesMoved event.
상속: System.EventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oMovedVertices ICollection

공개 메소드들

메소드 설명
AssertValid ( ) : void
VerticesMovedEventArgs ( ICollection movedVertices ) : System

Initializes a new instance of the VerticesMovedEventArgs class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

VerticesMovedEventArgs() 공개 메소드

Initializes a new instance of the VerticesMovedEventArgs class.
public VerticesMovedEventArgs ( ICollection movedVertices ) : System
movedVertices ICollection /// Collection of one or more vertices that were moved. ///
리턴 System

프로퍼티 상세

m_oMovedVertices 보호되어 있는 프로퍼티

protected ICollection m_oMovedVertices
리턴 ICollection