C# Class FOnline.DefaultEventArgs

Args for handlers that can allow/prevent default engine behavior.
Inheritance: System.EventArgs
ファイルを表示 Open project: wladimiiir/vault112

Public Methods

Method Description
DefaultEventArgs ( ) : System
PreventDefaults ( ) : void

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

Method Details

DefaultEventArgs() public method

public DefaultEventArgs ( ) : System
return System

PreventDefaults() public method

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