C# Класс FOnline.DefaultEventArgs

Args for handlers that can allow/prevent default engine behavior.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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