EventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the EventArgs class.
public: EventArgs();
public EventArgs ();
Public Sub New ()
데이터가 포함 되지 않은 개체를 전달 하려면 필드를 사용 Empty 합니다.To pass an object that does not contain any data, use the Empty field.
감사합니다.