C# Class Nexus.Client.Games.Tools.DisplayToolViewEventArgs

An event arguments class that indicates a tool want to display a view.
Inheritance: System.EventArgs
Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
DisplayToolViewEventArgs ( IToolView p_tvwToolView, bool p_booIsModal ) : System

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

Method Details

DisplayToolViewEventArgs() public method

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.
return System