(Leadtools.Controls)

onPropertyChanged Method

Show in webframe





The property name.
The property old value.
The property new value.
Raises the PropertyChanged event.
Syntax
protected void onPropertyChanged( 
   string name,
   object oldValue,
   object newValue
)
Protected Sub onPropertyChanged( _
   ByVal name As String, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
protected void onPropertyChanged( 
   string name,
   object oldValue,
   object newValue
)

            
protected void onPropertyChanged(string name, Object oldValue, Object newValue)
 function Leadtools.Controls.ImageViewer.onPropertyChanged( 
   name ,
   oldValue ,
   newValue 
)

Parameters

name
The property name.
oldValue
The property old value.
newValue
The property new value.
Remarks

Note to Inheritors: When overriding onPropertyChanged in a derived class, be sure to call the base class's onPropertyChanged method so that registered delegates receive the event.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.