protected virtual void OnFocusedItemChanged(
Vintasoft.Imaging.PropertyChangedEventArgs<T> e
)
protected: virtual void OnFocusedItemChanged(
Vintasoft.Imaging.PropertyChangedEventArgs<T*>* e
)
protected:
virtual void OnFocusedItemChanged(
Vintasoft.Imaging.PropertyChangedEventArgs<T^>^ e
)
'Declaration Protected Overridable Sub OnFocusedItemChanged( _
ByVal eThe PropertyChangedEventArgs<T> instance containing the event data.As Vintasoft.Imaging.PropertyChangedEventArgs(Of T) _
)
Parameters
- e
- The PropertyChangedEventArgs<T> instance containing the event data.