C# Class Dev2.Activities.Designers2.Sequence.Large

Interaction logic for Large.xaml
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Private Properties

Property Type Description
CopyCommandCanExecute void
CopyCommandExecuted void
CopyCommandPreviewCanExecute void
CopyCommandPreviewExecuted void
DoDrop void
DropPointOnDragEnter void
SapvCopyCommandExecuted void
SapvCopyCommandPreviewExecuted void
SetProperties void

Public Methods

Method Description
Large ( ) : System.Windows

Protected Methods

Method Description
GetInitialFocusElement ( ) : IInputElement

Private Methods

Method Description
CopyCommandCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CopyCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CopyCommandPreviewCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CopyCommandPreviewExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
DoDrop ( object sender, System.Windows.DragEventArgs e ) : void
DropPointOnDragEnter ( object sender, System.Windows.DragEventArgs e ) : void
SapvCopyCommandExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SapvCopyCommandPreviewExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SetProperties ( ) : void

Method Details

GetInitialFocusElement() protected method

protected GetInitialFocusElement ( ) : IInputElement
return IInputElement

Large() public method

public Large ( ) : System.Windows
return System.Windows