| Visual Basic (Declaration) | |
|---|---|
Public Event DrawComplete As EventHandler(Of DrawEventArgs) | |
| C# | |
|---|---|
public event EventHandler<DrawEventArgs> DrawComplete | |
The event handler receives an argument of type DrawEventArgs containing data related to this event. The following DrawEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DrawMode | Gets or sets the draw mode. |
| Geometry | Gets or sets the geometry. |
Target Platforms:Windows Phone 7