I assume you could try something like this.
Code:public period_type Period_Type { get { ...... } set { if(value != period_type_selected) // Fire Enum Event changed here period_type_selected = value; } }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |