C# Class Xwt.LinkEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: TheBrainTech/xwt Class Usage Examples

Public Methods

Method Description
LinkEventArgs ( Uri target ) : System
SetHandled ( ) : void

Method Details

LinkEventArgs() public method

public LinkEventArgs ( Uri target ) : System
target System.Uri
return System

SetHandled() public method

public SetHandled ( ) : void
return void