C# 클래스 GnomeSurferPro.ViewModels.ExtendedDesktopViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: igemsoftware/BU_Wellesley_Software_2011 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_mainVM SurfaceWindow1ViewModel

공개 메소드들

메소드 설명
ExtendedDesktopViewModel ( SurfaceWindow1ViewModel mainVM ) : System
Routed_PublicationsArticle_DragCanceled ( object sender, SurfaceDragDropEventArgs e ) : void
Routed_PublicationsArticle_SVIInitialized ( object sender, EventArgs e ) : void
Routed_SendToMain_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
Routed_SendToWorkspace_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
Routed_workspaceContainerSVI_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
Routed_workspaceContainerSVI_ScatterManipulationDelta ( object sender, ScatterManipulationDeltaEventArgs e ) : void

메소드 상세

ExtendedDesktopViewModel() 공개 메소드

public ExtendedDesktopViewModel ( SurfaceWindow1ViewModel mainVM ) : System
mainVM SurfaceWindow1ViewModel
리턴 System

Routed_PublicationsArticle_DragCanceled() 공개 메소드

public Routed_PublicationsArticle_DragCanceled ( object sender, SurfaceDragDropEventArgs e ) : void
sender object
e SurfaceDragDropEventArgs
리턴 void

Routed_PublicationsArticle_SVIInitialized() 공개 메소드

public Routed_PublicationsArticle_SVIInitialized ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Routed_SendToMain_ScatterManipulationCompleted() 공개 메소드

public Routed_SendToMain_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
sender object
e ScatterManipulationCompletedEventArgs
리턴 void

Routed_SendToWorkspace_ScatterManipulationCompleted() 공개 메소드

public Routed_SendToWorkspace_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
sender object
e ScatterManipulationCompletedEventArgs
리턴 void

Routed_workspaceContainerSVI_ScatterManipulationCompleted() 공개 메소드

public Routed_workspaceContainerSVI_ScatterManipulationCompleted ( object sender, ScatterManipulationCompletedEventArgs e ) : void
sender object
e ScatterManipulationCompletedEventArgs
리턴 void

Routed_workspaceContainerSVI_ScatterManipulationDelta() 공개 메소드

public Routed_workspaceContainerSVI_ScatterManipulationDelta ( object sender, ScatterManipulationDeltaEventArgs e ) : void
sender object
e ScatterManipulationDeltaEventArgs
리턴 void

프로퍼티 상세

_mainVM 공개적으로 프로퍼티

public SurfaceWindow1ViewModel,GnomeSurferPro.ViewModels _mainVM
리턴 SurfaceWindow1ViewModel