Microsoft Deployment Toolkit
Documentation Library HRESULT SetEventHandler(ITreeViewEvent *pEventHandler) |
Call this method if you want to receive notification when the selected item changes or the user changes the check state of a tree view item. You must implement the ITreeViewEvent in your component to receive these callbacks.
Related Topics