Document wxEVT_PG_CHANGED

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-02-16 14:12:23 +00:00
parent 8422e116f4
commit e72ad2d5e7

View File

@@ -364,6 +364,9 @@ typedef int (*wxPGSortCallback)(wxPropertyGrid* propGrid,
function. For instance, collapsing a parent property programmatically function. For instance, collapsing a parent property programmatically
causes any selected child property to become unselected, and may causes any selected child property to become unselected, and may
therefore cause this event to be generated. therefore cause this event to be generated.
@event{EVT_PG_CHANGED(id, func)}
Respond to wxEVT_PG_CHANGED event, generated when property value
has been changed by the user.
@event{EVT_PG_CHANGING(id, func)} @event{EVT_PG_CHANGING(id, func)}
Respond to wxEVT_PG_CHANGING event, generated when property value Respond to wxEVT_PG_CHANGING event, generated when property value
is about to be changed by user. Use wxPropertyGridEvent::GetValue() is about to be changed by user. Use wxPropertyGridEvent::GetValue()