System.CodeDom.CodeEventReferenceExpression.CodeEventReferenceExpression C# (CSharp) Method

CodeEventReferenceExpression() public method

public CodeEventReferenceExpression ( System.CodeDom.CodeExpression targetObject, string eventName ) : System.Diagnostics
targetObject System.CodeDom.CodeExpression
eventName string
return System.Diagnostics
        public CodeEventReferenceExpression(CodeExpression targetObject, string eventName) {
            this.targetObject = targetObject;
            this.eventName = eventName;
        }

Same methods

CodeEventReferenceExpression::CodeEventReferenceExpression ( ) : System.Diagnostics
CodeEventReferenceExpression