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
- ConfigurationSectionGroup.cs
- filewebresponse.cs
- XmlQualifiedName.cs
- DropShadowEffect.cs
- DataGridViewRowCollection.cs
- MobileFormsAuthentication.cs
- CodeMethodReturnStatement.cs
- ApplicationInfo.cs
- GifBitmapDecoder.cs
- EntityClientCacheKey.cs
- DynamicUpdateCommand.cs
- SqlInternalConnection.cs
- SafeNativeMethods.cs
- AssociationTypeEmitter.cs
- coordinator.cs
- EncryptedData.cs
- ResumeStoryboard.cs
- ReliableOutputConnection.cs
- Quaternion.cs
- XsdValidatingReader.cs
- CodeConstructor.cs
- FixedElement.cs
- CodeDomSerializerBase.cs
- ConditionalExpression.cs
- BufferedReadStream.cs
- JsonReaderDelegator.cs
- Misc.cs
- PtsHost.cs
- ReadOnlyState.cs
- DrawingAttributesDefaultValueFactory.cs
- RowCache.cs
- UIElementCollection.cs
- CryptoHandle.cs
- RuntimeCompatibilityAttribute.cs
- XPathNodeInfoAtom.cs
- AccessControlEntry.cs
- StylusPointProperties.cs
- Win32Exception.cs
- CodeDomSerializerBase.cs
- ListDictionary.cs
- WebPartDeleteVerb.cs
- QilPatternFactory.cs
- AlgoModule.cs
- CalloutQueueItem.cs
- ImportStoreException.cs
- MimeParameters.cs
- Deserializer.cs
- NegatedConstant.cs
- TextRangeEditTables.cs
- SiteMapNodeItemEventArgs.cs
- CommandEventArgs.cs
- XmlCharCheckingWriter.cs
- EntityDesignPluralizationHandler.cs
- Binding.cs
- FrameworkElement.cs
- Aggregates.cs
- SafeEventLogReadHandle.cs
- MultilineStringEditor.cs
- SafeFileMapViewHandle.cs
- AlignmentXValidation.cs
- VisualBrush.cs
- QueryStatement.cs
- DropSource.cs
- ButtonField.cs
- WebRequestModuleElementCollection.cs
- RawAppCommandInputReport.cs
- DbConnectionStringCommon.cs
- RuntimeHandles.cs
- CorrelationManager.cs
- ToolStripOverflowButton.cs
- Thumb.cs
- VisualStyleInformation.cs
- XmlUnspecifiedAttribute.cs
- webclient.cs
- CompositeFontParser.cs
- RegexFCD.cs
- _DomainName.cs
- WorkflowServiceInstance.cs
- NameObjectCollectionBase.cs
- RegularExpressionValidator.cs
- TreeNodeBindingCollection.cs
- FontUnit.cs
- PhoneCall.cs
- TripleDES.cs
- Paragraph.cs
- BinaryConverter.cs
- Point4DValueSerializer.cs
- DataShape.cs
- HttpTransportManager.cs
- FullTextBreakpoint.cs
- FileDialog_Vista_Interop.cs
- EntityClientCacheKey.cs
- EdmEntityTypeAttribute.cs
- XmlElementCollection.cs
- PrintEvent.cs
- GraphicsContext.cs
- ClientScriptManagerWrapper.cs
- KeyTime.cs
- ObsoleteAttribute.cs
- SqlAggregateChecker.cs