I have created a custom list as a feature in sharepoint.
i need to perform some validation on some of the fields. ive created a clss that inherits from SPItemEventReceiver
and need to implement the method:
public override void ItemAdding(SPItemEventProperties properties)
where do i take it from here? how do i access list items etc...
thanks