C# Класс Nexus.Client.Games.Tools.DisplayToolViewEventArgs

An event arguments class that indicates a tool want to display a view.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DisplayToolViewEventArgs ( IToolView p_tvwToolView, bool p_booIsModal ) : System

A simple constructor that initialized the obejct with the given values.

Описание методов

DisplayToolViewEventArgs() публичный Метод

A simple constructor that initialized the obejct with the given values.
public DisplayToolViewEventArgs ( IToolView p_tvwToolView, bool p_booIsModal ) : System
p_tvwToolView IToolView The tool view to display.
p_booIsModal bool Whether the view should be modal.
Результат System