Error processing SSI file
(Leadtools.Controls)

Show in webframe

PropertyChanged Event (RasterPictureBox)




Occurs when a property value in this RasterPictureBoxchanges.
Syntax
public event PropertyChangedEventHandler PropertyChanged
'Declaration
 
Public Event PropertyChanged As PropertyChangedEventHandler
Event Data

The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
PropertyName Gets the name of the property that changed.
Remarks

Most of the properties of this RasterPictureBox will fire the PropertyChanged event when the value changes. When this happens, the value of PropertyChangedEventArgs.PropertyName of the event data will be set to the name of the property that was changed. For example, the PropertyChangedEventArgs.PropertyName will be set to "UseDpi" when UseDpi changes and "AnimationMode" when AnimationMode changes.

Requirements

Target Platforms

See Also

Reference

RasterPictureBox Class
RasterPictureBox Members

Error processing SSI file