I want to know can we declare the events as static if yes why and application of such declaration.
Sample please as seeing is believing
public delegate void SomeEventDelegate(); public class SomeClass { public static event SomeEventDelegate SomeEvent; }