C# 클래스 FOnline.DefaultEventArgs

Args for handlers that can allow/prevent default engine behavior.
상속: System.EventArgs
파일 보기 프로젝트 열기: wladimiiir/vault112

공개 메소드들

메소드 설명
DefaultEventArgs ( ) : System
PreventDefaults ( ) : void

Marks that the event should not be processed further by the engine.

메소드 상세

DefaultEventArgs() 공개 메소드

public DefaultEventArgs ( ) : System
리턴 System

PreventDefaults() 공개 메소드

Marks that the event should not be processed further by the engine.
public PreventDefaults ( ) : void
리턴 void