delegate void printFunc(string message, out e);


public class Pc {

    public event printFunc PrintHandler;

    후략...

}


이유 명쾌하게 설명해주는 일타강사 없냐 ㅠ