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

Provides information for events fired when a tooltip is shown for a vertex.
상속: Smrf.NodeXL.Core.VertexEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oVertexToolTip System.Windows.UIElement

공개 메소드들

메소드 설명
AssertValid ( ) : void
VertexToolTipShownEventArgs ( IVertex vertex ) : System

Initializes a new instance of the VertexToolTipShownEventArgs class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

VertexToolTipShownEventArgs() 공개 메소드

Initializes a new instance of the VertexToolTipShownEventArgs class.
public VertexToolTipShownEventArgs ( IVertex vertex ) : System
vertex IVertex /// Vertex for which a tooltip is shown. ///
리턴 System

프로퍼티 상세

m_oVertexToolTip 보호되어 있는 프로퍼티

protected UIElement,System.Windows m_oVertexToolTip
리턴 System.Windows.UIElement