C# Class SIL.FieldWorks.Common.FwUtils.FLExJumpEventArgs

Event args plus jump URL
Inheritance: System.EventArgs
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
FLExJumpEventArgs ( string jumpUrl ) : System

Set up event args with a URL to jump to.

Method Details

FLExJumpEventArgs() public method

Set up event args with a URL to jump to.
public FLExJumpEventArgs ( string jumpUrl ) : System
jumpUrl string
return System