Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeEventReferenceExpression.cs / 1305376 / CodeEventReferenceExpression.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- OleDbMetaDataFactory.cs
- ReadOnlyPermissionSet.cs
- RuntimeArgumentHandle.cs
- BitmapEffect.cs
- CheckBoxFlatAdapter.cs
- TextMessageEncodingBindingElement.cs
- SystemIcmpV4Statistics.cs
- ObjectIDGenerator.cs
- SqlOuterApplyReducer.cs
- EdmToObjectNamespaceMap.cs
- WinEventWrap.cs
- SafeCertificateStore.cs
- EdgeModeValidation.cs
- RelationshipWrapper.cs
- Marshal.cs
- DirectoryInfo.cs
- GeometryConverter.cs
- MemoryMappedView.cs
- WinFormsSecurity.cs
- ChannelManager.cs
- ArrayElementGridEntry.cs
- DataKeyArray.cs
- FormsAuthenticationConfiguration.cs
- DbConnectionPoolOptions.cs
- MethodBody.cs
- iisPickupDirectory.cs
- XmlCharCheckingReader.cs
- EncodingTable.cs
- TableCellCollection.cs
- SendMessageRecord.cs
- configsystem.cs
- SafeArrayRankMismatchException.cs
- PathGradientBrush.cs
- RootProjectionNode.cs
- UserControlBuildProvider.cs
- ListViewDataItem.cs
- ProfileGroupSettings.cs
- StringUtil.cs
- CompositeFontFamily.cs
- XsltContext.cs
- ArrangedElement.cs
- MeasureData.cs
- CharStorage.cs
- BindingManagerDataErrorEventArgs.cs
- EventsTab.cs
- ListSurrogate.cs
- RoleExceptions.cs
- FrameworkContentElement.cs
- ComPlusTraceRecord.cs
- PerspectiveCamera.cs
- AvTrace.cs
- ApplicationContext.cs
- HwndProxyElementProvider.cs
- graph.cs
- CalloutQueueItem.cs
- XmlNullResolver.cs
- SafeEventLogReadHandle.cs
- UDPClient.cs
- TextDecorationCollection.cs
- WebPartZone.cs
- EDesignUtil.cs
- PointHitTestResult.cs
- ColumnResizeUndoUnit.cs
- SelectionWordBreaker.cs
- ShutDownListener.cs
- Pens.cs
- HttpModuleAction.cs
- RowCache.cs
- ByteRangeDownloader.cs
- FrameworkElement.cs
- DispatcherOperation.cs
- RegexBoyerMoore.cs
- JournalEntry.cs
- EmbeddedMailObject.cs
- XamlPointCollectionSerializer.cs
- WpfKnownMemberInvoker.cs
- PropertyCondition.cs
- FileInfo.cs
- RepeatButtonAutomationPeer.cs
- SimpleBitVector32.cs
- ClipboardProcessor.cs
- XamlWrapperReaders.cs
- PasswordBoxAutomationPeer.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- WebPartUtil.cs
- QueueProcessor.cs
- LogLogRecordEnumerator.cs
- MemoryPressure.cs
- HwndMouseInputProvider.cs
- SafeNativeMethods.cs
- CompiledXpathExpr.cs
- ImageFormatConverter.cs
- OpenFileDialog.cs
- InlineObject.cs
- GridItemPattern.cs
- PrintPreviewGraphics.cs
- TreeNodeBinding.cs
- diagnosticsswitches.cs
- ProcessHostFactoryHelper.cs
- TagPrefixCollection.cs