C# Class withSIX.Core.Presentation.Wpf.Views.Controls.MyHyperlink

Inheritance: System.Windows.Documents.Hyperlink, IDisposable
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Dispose ( ) : void
MyHyperlink ( ) : System
OnClicked ( object sender, RoutedEventArgs args ) : void
TryOpenUri ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MyHyperlink() public method

public MyHyperlink ( ) : System
return System

OnClicked() public method

public OnClicked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
return void

TryOpenUri() public method

public TryOpenUri ( ) : void
return void