C# Class Skybound.Gecko.GeckoHistoryPurgeEventArgs

Provides data for the GeckoHistoryPurgeEventHandler event.
Inheritance: CancelEventArgs
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
GeckoHistoryPurgeEventArgs ( int count ) : System

Creates a new instance of a GeckoHistoryPurgeEventArgs object.

Method Details

GeckoHistoryPurgeEventArgs() public method

Creates a new instance of a GeckoHistoryPurgeEventArgs object.
public GeckoHistoryPurgeEventArgs ( int count ) : System
count int
return System