From e72ad2d5e753bddcd03665d15dce679eae186cd7 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Tue, 16 Feb 2010 14:12:23 +0000 Subject: [PATCH] Document wxEVT_PG_CHANGED git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/propgrid/propgrid.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/wx/propgrid/propgrid.h b/interface/wx/propgrid/propgrid.h index 6a75c9b045..313c664462 100644 --- a/interface/wx/propgrid/propgrid.h +++ b/interface/wx/propgrid/propgrid.h @@ -364,6 +364,9 @@ typedef int (*wxPGSortCallback)(wxPropertyGrid* propGrid, function. For instance, collapsing a parent property programmatically causes any selected child property to become unselected, and may 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)} Respond to wxEVT_PG_CHANGING event, generated when property value is about to be changed by user. Use wxPropertyGridEvent::GetValue() -- 2.45.2