TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kris Lemoine
1.7k
45
123
event problem
Dec 13 2004 2:36 AM
public event Handler nameinsert; public delegate void Handler(object Sender); public void check() { ... nameinsert(this); } //authorform_newname is een event that is catched private void authorform_newname(object Sender, cAuthorArgs e) { ... check(); } I receive a System.NullReferenceException: Object reference not set to an instance of an object from the nameinsert(this) Does someone know why???
Reply
Answers (
2
)
Why difference in behaviour of 'new' outside and inside unsafe block?
please answer me