Alachisoft.NCache.Common.EventArgs Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Alachisoft.NCache.Common;
import java.io.Serializable;
/**
* @author Basit Anwer
*/
public class EventArgs implements Serializable {
// Summary:
// Represents an event with no event data.
public static EventArgs Empty;
// Summary:
// Initializes a new instance of the System.EventArgs class.
public EventArgs() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy