B
Bae,Hyun-jik
I am a newbie to C#.
During studying 'event' keyword, I erased the keyword 'event' and found that
its behavior doesn't change. For example:
public event AlarmEventHandler Alarm;
and
public AlarmEventHandler Alarm;
I don't know what is the difference from 'event' and no keyword.
Please reply. Thanks in advance.
Regards,
Hyun-jik Bae
During studying 'event' keyword, I erased the keyword 'event' and found that
its behavior doesn't change. For example:
public event AlarmEventHandler Alarm;
and
public AlarmEventHandler Alarm;
I don't know what is the difference from 'event' and no keyword.
Please reply. Thanks in advance.
Regards,
Hyun-jik Bae