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
- InstalledFontCollection.cs
- NativeMethods.cs
- SafeNativeMethods.cs
- Calendar.cs
- ComponentChangingEvent.cs
- GiveFeedbackEventArgs.cs
- InputReportEventArgs.cs
- _HelperAsyncResults.cs
- TypeHelpers.cs
- QueryStoreStatusRequest.cs
- PointValueSerializer.cs
- SeekStoryboard.cs
- EditorPart.cs
- InstanceDataCollectionCollection.cs
- ValidationRule.cs
- CacheModeValueSerializer.cs
- filewebresponse.cs
- ClickablePoint.cs
- SystemNetHelpers.cs
- SapiRecognizer.cs
- KeyToListMap.cs
- ChannelProtectionRequirements.cs
- BuildResultCache.cs
- SwitchElementsCollection.cs
- TypeForwardedToAttribute.cs
- SqlError.cs
- ColumnMap.cs
- CounterSampleCalculator.cs
- GeneralTransform2DTo3DTo2D.cs
- SiteOfOriginContainer.cs
- StateChangeEvent.cs
- SoapTypeAttribute.cs
- UnknownBitmapDecoder.cs
- ItemChangedEventArgs.cs
- SqlConnectionPoolGroupProviderInfo.cs
- PixelFormatConverter.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- TextBoxBase.cs
- OrderedDictionaryStateHelper.cs
- WindowsAuthenticationEventArgs.cs
- BindingsSection.cs
- UdpSocket.cs
- WebPartsSection.cs
- TargetParameterCountException.cs
- TrackingStringDictionary.cs
- GcHandle.cs
- ExceptionTrace.cs
- StartUpEventArgs.cs
- ScriptResourceAttribute.cs
- ModuleBuilder.cs
- ExceptionHandlerDesigner.cs
- DataBoundControlAdapter.cs
- Assembly.cs
- ServiceParser.cs
- ItemsPanelTemplate.cs
- LogStore.cs
- EmptyStringExpandableObjectConverter.cs
- SetMemberBinder.cs
- ConsumerConnectionPoint.cs
- DesignTimeParseData.cs
- AvTrace.cs
- VectorCollectionConverter.cs
- CompressStream.cs
- ConsumerConnectionPointCollection.cs
- webclient.cs
- VectorKeyFrameCollection.cs
- GlyphRun.cs
- DataGridItemEventArgs.cs
- CellPartitioner.cs
- MediaScriptCommandRoutedEventArgs.cs
- X509CertificateRecipientClientCredential.cs
- MultilineStringConverter.cs
- InputProviderSite.cs
- XNodeValidator.cs
- XmlNodeChangedEventManager.cs
- ConnectionsZoneDesigner.cs
- InstancePersistenceEvent.cs
- OracleEncoding.cs
- RayMeshGeometry3DHitTestResult.cs
- InternalMappingException.cs
- ScrollContentPresenter.cs
- DataColumnPropertyDescriptor.cs
- SingleStorage.cs
- HttpListenerContext.cs
- EventLogPermissionAttribute.cs
- Path.cs
- WebPartEditVerb.cs
- ExtendedProperty.cs
- ILGenerator.cs
- SafeNativeMethods.cs
- DataGridViewHitTestInfo.cs
- WsdlParser.cs
- Section.cs
- SystemUnicastIPAddressInformation.cs
- TransformationRules.cs
- PathSegment.cs
- WebPartTransformerCollection.cs
- MemberAccessException.cs
- PointF.cs
- SqlAliasesReferenced.cs