C# Class Treefrog.Windows.ClipboardEventArgs

Inheritance: System.EventArgs
Show file Open project: jaquadro/Treefrog

Public Methods

Method Description
ClipboardEventArgs ( bool selectionReady, bool dataReady ) : System

Method Details

ClipboardEventArgs() public method

public ClipboardEventArgs ( bool selectionReady, bool dataReady ) : System
selectionReady bool
dataReady bool
return System