Inheritance: ISemanticZoomLocation
Esempio n. 1
0
 public void ISemanticZoomInformation.CompleteViewChangeTo([In] SemanticZoomLocation source, [In] SemanticZoomLocation destination);
Esempio n. 2
0
 public void ISemanticZoomInformation.MakeVisible([In] SemanticZoomLocation item);
Esempio n. 3
0
 public void ISemanticZoomInformation.StartViewChangeFrom([In] SemanticZoomLocation source, [In] SemanticZoomLocation destination);
Esempio n. 4
0
 public void StartViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     destination.Item = CurrentItem;
 }
Esempio n. 5
0
 public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
 }
Esempio n. 6
0
 public void MakeVisible(SemanticZoomLocation item)
 {
 }
Esempio n. 7
0
 public void CompleteViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
 }
 public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     //throw new NotImplementedException();
 }
 public void MakeVisible(SemanticZoomLocation item)
 {
     //throw new NotImplementedException();
 }
 public void CompleteViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     //throw new NotImplementedException();
 }