Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TextEndOfParagraph.cs
- SqlClientWrapperSmiStream.cs
- KnownTypeAttribute.cs
- QilBinary.cs
- InstanceDataCollectionCollection.cs
- ColorTransformHelper.cs
- WebSysDefaultValueAttribute.cs
- PeerNameRegistration.cs
- PipeStream.cs
- Menu.cs
- SmiMetaDataProperty.cs
- CodeSubDirectoriesCollection.cs
- Adorner.cs
- BrowserCapabilitiesCodeGenerator.cs
- PassportIdentity.cs
- Effect.cs
- XmlSortKeyAccumulator.cs
- DataTableNewRowEvent.cs
- IconHelper.cs
- TextServicesDisplayAttribute.cs
- WindowsGraphics.cs
- GenericAuthenticationEventArgs.cs
- FacetValues.cs
- TraceListener.cs
- ProtectedConfiguration.cs
- FileUpload.cs
- CompilationRelaxations.cs
- GAC.cs
- ProfilePropertyMetadata.cs
- TextPointerBase.cs
- WorkflowCompensationBehavior.cs
- IUnknownConstantAttribute.cs
- TextPenaltyModule.cs
- RewritingProcessor.cs
- Trace.cs
- MachineKeySection.cs
- CatalogPartChrome.cs
- cookie.cs
- Activator.cs
- TextTabProperties.cs
- ValidatorCompatibilityHelper.cs
- SqlInternalConnection.cs
- AuthenticatedStream.cs
- AnimationClock.cs
- Rule.cs
- MouseEventArgs.cs
- URL.cs
- ListViewGroupConverter.cs
- XXXInfos.cs
- AttributeQuery.cs
- TypeConverterBase.cs
- HtmlInputReset.cs
- _IPv6Address.cs
- StaticContext.cs
- EntityContainerEntitySetDefiningQuery.cs
- Popup.cs
- ZeroOpNode.cs
- ConsumerConnectionPoint.cs
- ColorContext.cs
- DesignerEventService.cs
- X509ChainPolicy.cs
- ComponentEditorForm.cs
- graph.cs
- AuthenticationModulesSection.cs
- MappingModelBuildProvider.cs
- CodeAttachEventStatement.cs
- Nullable.cs
- OneToOneMappingSerializer.cs
- TextEndOfSegment.cs
- Oci.cs
- TextOutput.cs
- DbMetaDataFactory.cs
- FontFaceLayoutInfo.cs
- HiddenField.cs
- BaseDataBoundControl.cs
- SapiInterop.cs
- ClientCredentialsSecurityTokenManager.cs
- PackageRelationshipSelector.cs
- CallSiteBinder.cs
- RequestCacheValidator.cs
- KeyedHashAlgorithm.cs
- OleDbStruct.cs
- DataGridViewBindingCompleteEventArgs.cs
- TriState.cs
- DataServiceStreamResponse.cs
- Underline.cs
- RootBuilder.cs
- DirectoryNotFoundException.cs
- TypeUnloadedException.cs
- FontUnitConverter.cs
- OdbcEnvironment.cs
- WebSysDefaultValueAttribute.cs
- IteratorFilter.cs
- DrawingServices.cs
- StringValueConverter.cs
- StringExpressionSet.cs
- HideDisabledControlAdapter.cs
- TextTreeDeleteContentUndoUnit.cs
- CompositeCollection.cs
- ResourcesChangeInfo.cs