Occurs when a property value in this RasterPictureBoxchanges.
public event PropertyChangedEventHandler PropertyChanged
Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler
public:
event System::ComponentModel::PropertyChangedEventHandler^ PropertyChanged
Most of the properties of this RasterPictureBox will fire the PropertyChanged event when the value changes. When this happens, the value of System.ComponentModel.PropertyChangedEventArgs.PropertyName of the event data will be set to the name of the property that was changed. For example, the System.ComponentModel.PropertyChangedEventArgs.PropertyName will be set to "UseDpi" when UseDpi changes and "AnimationMode" when AnimationMode changes.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | System.ComponentModel.PropertyChangedEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET