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