C# Class GnomeSurferPro.Views.SurfaceWindow1

Interaction logic for SurfaceWindow1.xaml
Inheritance: SurfaceWindow
Datei anzeigen Open project: igemsoftware/BU_Wellesley_Software_2011

Private Properties

Property Type Description
AddActivationHandlers void
Erase_ScatterManipulationCompleted void
GeneSearchBox_KeyDown void
HideGeneInfoMenu void
InitializeComponent void
MoveAndShowGeneInfoMenu void
OnApplicationActivated void
OnApplicationDeactivated void
OnApplicationPreviewed void
PublicationsArticle_DragCanceled void
PublicationsArticle_PreviewContactDown void
PublicationsArticle_SVIInitialized void
RemoveActivationHandlers void
SendToWorkspace_ScatterManipulationCompleted void
SeqTransSVI_PreviewContactUp void
System void
_CreateDelegate System.Delegate
searchShelfContainerSVI_ScatterManipulationCompleted void
searchShelfContainerSVI_ScatterManipulationDelta void
workspaceContainerSVI_ScatterManipulationCompleted void
workspaceContainerSVI_ScatterManipulationDelta void

Public Methods

Method Description
SeqTransSVI_Initialized ( object sender, EventArgs e ) : void
SurfaceWindow1 ( ) : System

Default constructor.

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Occurs when the window is about to close.

Private Methods

Method Description
AddActivationHandlers ( ) : void

Adds handlers for Application activation events.

Erase_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
GeneSearchBox_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

This method closes the surface keyboard when "Enter" key is pressed

HideGeneInfoMenu ( ) : void
InitializeComponent ( ) : void
MoveAndShowGeneInfoMenu ( Rect boundingRect, VisualGene direction ) : void
OnApplicationActivated ( object sender, EventArgs e ) : void

This is called when application has been activated.

OnApplicationDeactivated ( object sender, EventArgs e ) : void

This is called when application has been deactivated.

OnApplicationPreviewed ( object sender, EventArgs e ) : void

This is called when application is in preview mode.

PublicationsArticle_DragCanceled ( object sender, SurfaceDragDropEventArgs e ) : void
PublicationsArticle_PreviewContactDown ( object sender, Microsoft e ) : void
PublicationsArticle_SVIInitialized ( object sender, EventArgs e ) : void
RemoveActivationHandlers ( ) : void

Removes handlers for Application activation events.

SendToWorkspace_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
SeqTransSVI_PreviewContactUp ( object sender, Microsoft e ) : void
System ( int connectionId, object target ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate
searchShelfContainerSVI_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
searchShelfContainerSVI_ScatterManipulationDelta ( object sender, ScatterManipulationDeltaEventArgs e ) : void
workspaceContainerSVI_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
workspaceContainerSVI_ScatterManipulationDelta ( object sender, ScatterManipulationDeltaEventArgs e ) : void

Method Details

OnClosed() protected method

Occurs when the window is about to close.
protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

SeqTransSVI_Initialized() public method

public SeqTransSVI_Initialized ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SurfaceWindow1() public method

Default constructor.
public SurfaceWindow1 ( ) : System
return System