Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeEventReferenceExpression.cs / 1 / CodeEventReferenceExpression.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeEventReferenceExpression : CodeExpression { private CodeExpression targetObject; private string eventName; ///[To be supplied.] ////// public CodeEventReferenceExpression() { } ///[To be supplied.] ////// public CodeEventReferenceExpression(CodeExpression targetObject, string eventName) { this.targetObject = targetObject; this.eventName = eventName; } ///[To be supplied.] ////// public CodeExpression TargetObject { get { return targetObject; } set { this.targetObject = value; } } ///[To be supplied.] ////// public string EventName { get { return (eventName == null) ? string.Empty : eventName; } set { eventName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeEventReferenceExpression : CodeExpression { private CodeExpression targetObject; private string eventName; ///[To be supplied.] ////// public CodeEventReferenceExpression() { } ///[To be supplied.] ////// public CodeEventReferenceExpression(CodeExpression targetObject, string eventName) { this.targetObject = targetObject; this.eventName = eventName; } ///[To be supplied.] ////// public CodeExpression TargetObject { get { return targetObject; } set { this.targetObject = value; } } ///[To be supplied.] ////// public string EventName { get { return (eventName == null) ? string.Empty : eventName; } set { eventName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FrameworkElementAutomationPeer.cs
- TypedMessageConverter.cs
- TypeForwardedToAttribute.cs
- HwndTarget.cs
- CodeAttributeDeclaration.cs
- ScriptManager.cs
- SafeLocalMemHandle.cs
- X509Utils.cs
- WinEventWrap.cs
- DecimalAverageAggregationOperator.cs
- SHA384Managed.cs
- _DisconnectOverlappedAsyncResult.cs
- WebPartDesigner.cs
- DataGridViewColumnConverter.cs
- CompiledIdentityConstraint.cs
- URLMembershipCondition.cs
- PaperSource.cs
- SmtpReplyReaderFactory.cs
- ChangeInterceptorAttribute.cs
- Events.cs
- Line.cs
- OleDbRowUpdatingEvent.cs
- DataGrid.cs
- HttpServerUtilityBase.cs
- BamlBinaryReader.cs
- ProcessHostMapPath.cs
- EditingCoordinator.cs
- WebPartUtil.cs
- MappingSource.cs
- ArcSegment.cs
- SafeProcessHandle.cs
- SqlTypesSchemaImporter.cs
- ConfigurationSettings.cs
- StackBuilderSink.cs
- EventWaitHandleSecurity.cs
- Walker.cs
- UnmanagedMarshal.cs
- Cursor.cs
- StylusShape.cs
- _DomainName.cs
- ResolveCriteriaCD1.cs
- BindingWorker.cs
- EventRoute.cs
- EventTrigger.cs
- MemberAssignmentAnalysis.cs
- HttpModulesSection.cs
- SqlDataSourceFilteringEventArgs.cs
- LocatorPartList.cs
- StaticFileHandler.cs
- CompiledELinqQueryState.cs
- TdsValueSetter.cs
- PagerStyle.cs
- OleTxTransactionInfo.cs
- GPPOINTF.cs
- TraceContext.cs
- OdbcConnectionFactory.cs
- ByteConverter.cs
- UriParserTemplates.cs
- NegotiateStream.cs
- FilePresentation.cs
- StylusPointPropertyUnit.cs
- CurrencyWrapper.cs
- MimeMapping.cs
- BaseParser.cs
- DispatcherHooks.cs
- RectAnimationUsingKeyFrames.cs
- LiteralTextParser.cs
- StorageMappingItemLoader.cs
- InternalDispatchObject.cs
- ResolvedKeyFrameEntry.cs
- control.ime.cs
- CodeArgumentReferenceExpression.cs
- DataGridViewCellFormattingEventArgs.cs
- DirectoryRedirect.cs
- AncillaryOps.cs
- SecurityTokenResolver.cs
- XPathQilFactory.cs
- ColorBlend.cs
- RuleSettings.cs
- InputScopeConverter.cs
- CodeCommentStatementCollection.cs
- PersonalizationStateQuery.cs
- SqlUserDefinedTypeAttribute.cs
- CodeRegionDirective.cs
- DataListCommandEventArgs.cs
- DataView.cs
- SafeSystemMetrics.cs
- HtmlEncodedRawTextWriter.cs
- CodeArrayCreateExpression.cs
- CompositeActivityValidator.cs
- DoubleLink.cs
- DateBoldEvent.cs
- MetadataUtil.cs
- _LazyAsyncResult.cs
- SymbolMethod.cs
- SelectionRange.cs
- DashStyles.cs
- CommunicationObjectAbortedException.cs
- StrictModeSecurityHeaderElementInferenceEngine.cs
- WebPart.cs