| Visual Basic (Declaration) | |
|---|---|
Public Event Changed() As RasterImageChangedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event RasterImageChangedEventHandler Changed() | |
| C++/CLI | |
|---|---|
public: event RasterImageChangedEventHandler^ Changed(); | |
The event handler receives an argument of type RasterImageChangedEventArgs containing data related to this event. The following RasterImageChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Flags | Gets the flags for the RasterImage.Changed event. |
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code