ClearCanvas.ImageViewer.DisplaySet.OnPresentationImageAdded C# (CSharp) Method

OnPresentationImageAdded() protected method

Called when a PresentationImage has been added to the display set.
protected OnPresentationImageAdded ( ClearCanvas.ImageViewer.PresentationImage image ) : void
image ClearCanvas.ImageViewer.PresentationImage The image that was added to the display set.
return void
		protected virtual void OnPresentationImageAdded(PresentationImage image)
		{
			image.ParentDisplaySet = this;
			image.ImageViewer = this.ImageViewer;
		}

Same methods

DisplaySet::OnPresentationImageAdded ( object sender, ListEventArgs e ) : void