C# Class WebExpress.AddBookmark

Interaction logic for AddBookmark.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: Sential/WebExpress-beta Class Usage Examples

Public Methods

Method Description
AddBookmark ( string title, string url, MainWindow mw ) : System
ExecuteStoryboard ( ) : void

Private Methods

Method Description
UIElement_OnPreviewMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UserControl_IsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
button_Click ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

AddBookmark() public method

public AddBookmark ( string title, string url, MainWindow mw ) : System
title string
url string
mw MainWindow
return System

ExecuteStoryboard() public method

public ExecuteStoryboard ( ) : void
return void