'Declaration Protected Overridable Sub OnInvalidCellReferences( _
ByVal argsThe CellReferencesEventArgs instance containing the event data.As CellReferencesEventArgs _
)
protected virtual void OnInvalidCellReferences(
CellReferencesEventArgs args
)
protected: virtual void OnInvalidCellReferences(
CellReferencesEventArgs* args
)
protected:
virtual void OnInvalidCellReferences(
CellReferencesEventArgs^ args
)
Parameters
- args
- The CellReferencesEventArgs instance containing the event data.