Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProfileGroupSettingsCollection.cs
- TextAdaptor.cs
- HttpListener.cs
- Token.cs
- OSFeature.cs
- DbQueryCommandTree.cs
- PenThreadPool.cs
- ContextConfiguration.cs
- CacheAxisQuery.cs
- SplitterCancelEvent.cs
- NetworkInformationPermission.cs
- SerTrace.cs
- CompilationLock.cs
- GridViewDeletedEventArgs.cs
- securitymgrsite.cs
- WorkflowNamespace.cs
- MetricEntry.cs
- DesignOnlyAttribute.cs
- ReturnEventArgs.cs
- WeakReferenceList.cs
- TextSyndicationContentKindHelper.cs
- HasCopySemanticsAttribute.cs
- WebPartExportVerb.cs
- DnsPermission.cs
- HttpHandlerActionCollection.cs
- SafeNativeMethods.cs
- ECDiffieHellmanCng.cs
- MetadataCache.cs
- safelinkcollection.cs
- WeakHashtable.cs
- CommandBindingCollection.cs
- LinkButton.cs
- PageStatePersister.cs
- KeyedCollection.cs
- Drawing.cs
- TypedDataSourceCodeGenerator.cs
- TrustManagerMoreInformation.cs
- ProxyWebPartConnectionCollection.cs
- SessionStateSection.cs
- TransportContext.cs
- RawStylusInput.cs
- CriticalExceptions.cs
- CTreeGenerator.cs
- ConfigurationSettings.cs
- DecimalConstantAttribute.cs
- Exceptions.cs
- MenuItemBinding.cs
- WebPartConnection.cs
- CompoundFileReference.cs
- processwaithandle.cs
- ControlBindingsCollection.cs
- MenuCommand.cs
- StaticSiteMapProvider.cs
- SystemWebSectionGroup.cs
- HMACSHA1.cs
- SoapUnknownHeader.cs
- StoreItemCollection.cs
- JsonCollectionDataContract.cs
- LoginViewDesigner.cs
- BeginEvent.cs
- ContextMenu.cs
- ImageCodecInfoPrivate.cs
- XmlObjectSerializerWriteContext.cs
- DependencySource.cs
- DataViewListener.cs
- SafeNativeMethods.cs
- EventItfInfo.cs
- XamlInterfaces.cs
- ComplexTypeEmitter.cs
- DbProviderConfigurationHandler.cs
- NTAccount.cs
- GeometryGroup.cs
- GridViewSortEventArgs.cs
- SystemIPGlobalProperties.cs
- ReceiveActivityDesigner.cs
- ResourcePart.cs
- FormViewPagerRow.cs
- Variable.cs
- ResourceReferenceExpression.cs
- UIElement3D.cs
- DataKeyCollection.cs
- ValidationSettings.cs
- XXXOnTypeBuilderInstantiation.cs
- figurelengthconverter.cs
- Events.cs
- WrappingXamlSchemaContext.cs
- DefaultAssemblyResolver.cs
- FixedPageAutomationPeer.cs
- ProjectionCamera.cs
- DriveInfo.cs
- Byte.cs
- TreeViewCancelEvent.cs
- WebDescriptionAttribute.cs
- IOThreadTimer.cs
- InputScopeNameConverter.cs
- DataService.cs
- TableRowsCollectionEditor.cs
- StrokeDescriptor.cs
- codemethodreferenceexpression.cs
- VisualStyleTypesAndProperties.cs