Parameter | Type | Description |
---|---|---|
sender | AnnContainer | The container associated with this designer. |
e | AnnPointerEventArgs | The event data. |
Type | Description |
---|---|
boolean | true if this event is handled; otherwise, it is false. |
Derived classes should override this method in order to process pointer down events on the container. The designer should return true if it handled this event in any way.