C# 클래스 Nexus.UI.Controls.NodesChangedEventArgs

An event arguments class that indicates that a node has changed.
상속: System.EventArgs
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
NodesChangedEventArgs ( FileSystemTreeNode p_tndNode ) : System

A simple constructor that initializes the object with the given values.

메소드 상세

NodesChangedEventArgs() 공개 메소드

A simple constructor that initializes the object with the given values.
public NodesChangedEventArgs ( FileSystemTreeNode p_tndNode ) : System
p_tndNode FileSystemTreeNode The node that has changed.
리턴 System