S
Semut
In the OnNewInspector, I could obtain the currentitem by using the Inspector
object pass into the handler to obtain the currentitem like
XXX::OnNewInspector(_InspectorPtr spInspector)
{
spInspector->get_CurrentItem(&spCurrentItem);
}
Any other way to obtain the currentitem than in the OnNewInspector.
thank you.
object pass into the handler to obtain the currentitem like
XXX::OnNewInspector(_InspectorPtr spInspector)
{
spInspector->get_CurrentItem(&spCurrentItem);
}
Any other way to obtain the currentitem than in the OnNewInspector.
thank you.