Possible Duplicate:
Observable Stack and Queue
I have a stack<String>
in my application. I can use Stack.Push(Object)
and Stack.Pop()
. But I would like to know whenever a new object is added in the Stack. I don't know even if it is possible or not. Any suggestions?