I have a DataGridView with some columns and I change their ReadOnly property values programmatically. But I need an event which will rise (or give me a chance to do whatever I want) when this value changes. Now I have two questions:
1- Could I define a custom property based on this property? 2- Could I define an event based on property change? (I mean this property)
Thanks.
There is an event for ReadOnly changed in datagridview.