Last Updated:
28 Nov 2024 12:39
by Hannes
Distinguish whether Grid OnStateChanged event is triggered by the user or programmatically
In my scenario, the Grid OnStateChanged event is triggered by programmatically changing column widths or visibility. I want to know whether the event is triggered by these changes or by the user interactions through the Grid UI. For example, expose an additional property in GridStateEventArgs.